パッケージ: python-hiredis (0.3.1-1)
python-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 2.X using hiredis
python-hiredis 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.
python-hiredis is not a stand-alone redis client library and requires other code to perform low-level I/O with redis.
その他の python-hiredis 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libhiredis0.14 (>= 0.14.0)
- minimalistic C client library for Redis
-
- dep: python
- 対話式の高レベルオブジェクト指向言語 (Python2 バージョン)
- dep: python (<< 2.8)
- dep: python (>= 2.7~)
-
- rec: python-redis
- Persistent key-value database with network interface (Python library)
-
- sug: python-gevent
- gevent is a coroutine-based Python networking library
-
- sug: redis-server
- ネットワークインターフェースを備えた永続的キーバリューデータベース