Index:
Django-Rediser (Django Redis Helper) is a simple yet convenient wrapper for redis package. It lets you use Redis DB without worrying about connections and json encoding/decoding.
There's 2 classes right now:
-
RedisStorage: main wrapper class, that ensures you have a connection to Redis server when you send commands to it.
-
RedisJSON: RedisStorage descendant, implementing json encoding/decoding.
To install Django-Rediser, simply:
pip install django-rediser
We'll add usage information soon.
We'll add some examples soon.