Skip to main content

A simple redis-like in pure python3, fully asyncio compliant

Project description

# redys A simple redis-like in pure python3, fully asyncio compliant !

### features

  • asyncio compliant

  • client sync methods

  • very quick

  • classic commands : get/set/delete/keys & incr/decr

  • sets commands : sadd/srem

  • queue commands : rpush/lpush/rpop/lpop

  • pubsub commands : subscribe/unsubscribe/get_event & publish

  • cache commands : setex

  • ping command ;-)

  • exchange everything that is pickable (except None)

  • raise real python exception in client side

  • minimal code size

  • works well on GAE Standard (2nd generation/py37)

  • just in-memory !

### why ?

Redis is great, but overbloated for my needs. Redys is simple, you can start the server side in an asyncio loop, and clients can interact with a simple in-memory db. Really useful when clients are in async/threads/process(workers)/multi-hosts world, to share a unique source of truth.

### nb

  • Not fully/concurrency tested. Use at own risk ;-)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

redys-0.9.0.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

redys-0.9.0-py2.py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page