软件包: python3-hiredis (1.0.0-2build1)
python3-hiredis 的相关链接
Trisquel 的资源:
下载源码包 python-hiredis:
- [python-hiredis_1.0.0-2build1.dsc]
- [python-hiredis_1.0.0.orig.tar.gz]
- [python-hiredis_1.0.0-2build1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Python Modules Team (Mail Archive)
- Apollon Oikonomopoulos
- Chris Lamb
外部的资源:
- 主页 [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)
- GNU C Library: Shared libraries
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.9)
- dep: python3 (>= 3.8~)
-
- rec: python3-redis
- Persistent key-value database with network interface (Python 3 library)
-
- sug: redis-server
- Persistent key-value database with network interface