kangkot / aredis

redis client for Python asyncio

Home Page:https://github.com/NoneGG/aredis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aredis

Latest Version in PyPI Travis 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

aredis requires a running Redis server.

To install aredis, simply:

or alternatively (you really should be using pip though):

or from source:

Getting started

For more example

single node client

cluster client

Benchmark

Please run test script in benchmarks dir to confirm the benchmark.

For benchmark in my environment please see: benchmark

About

redis client for Python asyncio

https://github.com/NoneGG/aredis

License:MIT License


Languages

Language:Python 100.0%