简体   繁体   中英

Redis Python modules installed by default

Is there a way to determine which Redis Python modules are installed by default? I do not have a Redis installation, but would like to know for planning purposes.

Thank you.

None of the Redis client modules are part of the Python standard library.

To work with Redis, you will need to install a client module, I recommend redis-py, using your preferred package manager.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM