[ bianca ]
[ aria ]
[ ソース: python-redis ]
パッケージ: python3-redis (6.1.0-2)
Python bindings for Redis, a persistent key-value database
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
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-async-timeout
- timeout context manager for asyncio programs in Python
- または python3-supported-min (>= 3.11.3)
- パッケージは利用できません
-
- sug: python3-hiredis
- redis protocol reader for Python using hiredis