[ buster ]
[ 源代码: python-redis ]
软件包:python-redis(3.2.1-2)
Persistent key-value database with network interface (Python library)
Redis is a key-value database in a similar vein to memcache but the dataset is non-volatile. Redis additionally provides native support for atomically manipulating and querying data structures such as lists and sets.
The dataset is stored entirely in memory and periodically flushed to disk.
This package contains Python bindings to Redis.
其他与 python-redis 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- sug: python-hiredis
- redis protocol reader for Python 2.X using hiredis