• Sean Bleier's avatar
    Added more tests to increase coverage and fixed a couple bugs. · 5f6f3836
    Sean Bleier authored
    We can't inherit a class from a basestring and instantiate it, so I changed
    the base class to 'object' so we can still to the type checking.
    
    I also discovered a bug with the Django 1.3 compatibility work.  In the
    incr_version method, we were using the Redis's rename function to move the key,
    but in Redis 2.0 you cannot rename a volitile key.
    
    Added some moar authors
    5f6f3836
Name
Last commit
Last update
redis_cache Loading commit data...
tests Loading commit data...
.gitignore Loading commit data...
AUTHORS.rst Loading commit data...
LICENSE Loading commit data...
MANIFEST.in Loading commit data...
README.rst Loading commit data...
runtests.py Loading commit data...
setup.py Loading commit data...