[ 源代码: aioredis ]
软件包:python3-aioredis(1.2.0-1)
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
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-async-timeout
- timeout context manager for asyncio programs in Python
-
- dep: python3-hiredis
- redis protocol reader for Python using hiredis