[ ソース: python-redis ]
パッケージ: python3-redis (3.5.3-2)
python3-redis に関するリンク
Debian の資源:
python-redis ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Persistent key-value database with network interface (Python 3 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.
This is the Python 3 version of the package.
その他の python3-redis 関連パッケージ
|
|
|
|
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- sug: python3-hiredis
- redis protocol reader for Python using hiredis