[ 源代码: aioredis ]
软件包:python3-aioredis(1.3.1-2)
asyncio (PEP 3156) Redis support
The library is intended to provide simple and clear interface to Redis based on asyncio.
Features:
* Connections pool * Low-level & high-level API * hiredis parser
其他与 python3-aioredis 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-async-timeout
- timeout context manager for asyncio programs in Python
-
- dep: python3-hiredis
- redis protocol reader for Python using hiredis