[ ソース: python-hiredis ]
パッケージ: python3-hiredis (0.3.1-1)
python3-hiredis に関するリンク
Debian の資源:
python-hiredis ソースパッケージをダウンロード:
- [python-hiredis_0.3.1-1.dsc]
- [python-hiredis_0.3.1.orig.tar.gz]
- [python-hiredis_0.3.1-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
redis protocol reader for Python using hiredis
This package provides a Python extension that wraps the protocol parsing code in Hiredis. It is targeted at speeding up parsing multi bulk replies from redis-server.
Hiredis is a minimalistic C client library for the Redis database, a persistent key-value database with support for atomically manipulating and querying data structures such as lists and sets.
Note that it is not a stand-alone redis client library and requires other code to perform low-level I/O with redis.
その他の python3-hiredis 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.14) [amd64]
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
- dep: libc6 (>= 2.17) [arm64]
- dep: libc6 (>= 2.4) [armhf, i386]
-
- dep: libhiredis0.14 (>= 0.14.0)
- minimalistic C client library for Redis
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
- dep: python3 (<< 3.8)
- dep: python3 (>= 3.7~)
-
- rec: python3-redis
- Persistent key-value database with network interface (Python 3 library)
-
- sug: redis-server
- ネットワークインターフェースを備えた永続的キーバリューデータベース