套件:python3-hiredis(2.3.2-2 以及其他的) [debports]
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.4)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libhiredis1.1.0 (>= 1.2.0)
- minimalistic C client library for Redis
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.13)
- dep: python3 (>= 3.12~)
-
- rec: python3-redis
- Persistent key-value database with network interface (Python 3 library)
-
- sug: redis-server
- Persistent key-value database with network interface