redisco
redisco copied to clipboard
A Python Library for Simple Models and Containers Persisted in Redis
Are there any forks that are still being maintained
There is a small typo in models.rst. Should read `supports` rather than `upports`. Closes #77
There is a small typo in models.rst. Should read `supports` rather than `upports`.
This makes syntax highlighting work correctly and makes it look nicer
https://github.com/dongweiming/redisco/commit/aa93f31f81bf3f163b29f2783a70748ec4479f22 Without it one gets an Import Error can not import * from base.
hi, I submitted python3 compatibility, And updated the test case with python3. But the test case can not be compatible with python2
if I use redisco to store a model's instance How can I expire the object in 15 minunts> automatically????
I have multiple dbs to store data. If I specify the db 1 in model class as below: class Param(models.Model): Name = models.Attribute(required=True, unique=True) class Meta: indices = ['Name'] db...
Can we get an updated version of Redisco up on PyPi?