[ buster ]
[ 原始碼: python-hiredis ]
套件: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.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: python
- interactive high-level object-oriented language (Python2 version)
- 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
- Persistent key-value database with network interface