redis==8.0.1
# Python client for Redis database and key-value store
$ pip install redis
downloads/wk
60,089,404
license
—
version
8.0.1
python
>=3.10
What is redis?
The redis package is a Python client library that enables you to connect to and interact with Redis databases, which are fast in-memory data stores optimized for storing and retrieving key-value pairs. Developers use it to cache frequently accessed data, manage sessions, implement job queues, or build real-time applications that require rapid read and write operations. It provides a straightforward interface to execute Redis commands directly from Python code without having to manage the protocol details yourself.
Keywords