[ 源代码: python-redis ]
软件包:python3-redis(4.3.4-4)
python bindings for Redis, a persistent key-value database with network interface
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.
其他与 python3-redis 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-async-timeout
- timeout context manager for asyncio programs in Python
-
- dep: python3-deprecated
- Python decorator for old classes, functions or methods
-
- dep: python3-packaging
- core utilities for python3 packages
-
- sug: python3-hiredis
- redis protocol reader for Python using hiredis