Skip to content
/ aredis Public
forked from NoneGG/aredis

redis client for Python asyncio (has support for redis server, sentinel and cluster)

License

Notifications You must be signed in to change notification settings

fraglab/aredis

 
 

Repository files navigation

aredis

Latest Version in PyPI CircleCI build status Supported Python versions

An efficient and user-friendly async redis client ported from redis-py (which is a Python interface to the Redis key-value)

To get more information please read full document

Installation