Skip to content

lexycore/django-rediser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-Rediser

build codacy pypi license

Index:

Introduction

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.

Installation

To install Django-Rediser, simply:

  pip install django-rediser

Usage

We'll add usage information soon.

Examples

We'll add some examples soon.

About

Django Redis Helper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages