Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MirkoRossini/django-redis-engine
Django Redis engine for Django Nonrel
https://github.com/MirkoRossini/django-redis-engine
Last synced: 3 months ago
JSON representation
Django Redis engine for Django Nonrel
- Host: GitHub
- URL: https://github.com/MirkoRossini/django-redis-engine
- Owner: MirkoRossini
- Created: 2011-04-14T08:18:46.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-05-24T08:48:45.000Z (over 13 years ago)
- Last Synced: 2024-07-19T22:50:24.436Z (4 months ago)
- Language: Python
- Homepage:
- Size: 453 KB
- Stars: 48
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.textile
Awesome Lists containing this project
README
==========================================
Django Redis Engine for django-nonrel 0.1
==========================================Requirements
============
* Redis
* Redis bindings for python
* `Django-nonrel`_
* `djangotoolbox`_
.. _Django-nonrel: http://bitbucket.org/wkornewald/django-nonrel
.. _djangotoolbox: http://bitbucket.org/wkornedwald/djangotoolboxOptional Requirements
============
* dbindexerFeatures
========
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 queriesMissing features
===========
Aggregate queries
Documentation (although testproject is self-documented)Contributing
============
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.