Forked from https://github.com/MirkoRossini/django-redis-engine since there were some minor bugs initially.
- No longer Pickle's ints/floats so that you can use atomic redis functions on the fields (HINCRBY, etc)
- Removed deprecated calls to md5
- Bug fixes
- Redis
- Redis bindings for python
- Django-nonrel
- djangotoolbox
- dbindexer
Indexing for: * startswith,istartswith * endswith,iendswith * gt,gte,lt,lte * contains (using dbindexer)
Redis transaction support: you can execute multiple insert of django objects in one single pipeline. See testproject/testapp/tests.py Count queries
Aggregate queries Documentation (although testproject is self-documented)
You are highly encouraged to participate in the development, simply use GitHub's fork/pull request system. If you don't like GitHub (for some reason) you're welcome to send regular patches to the mailing list.