AUTHORS.rst LICENSE MANIFEST.in README.rst setup.cfg setup.py django_redis/__init__.py django_redis/cache.py django_redis/exceptions.py django_redis/hash_ring.py django_redis/pool.py django_redis/util.py django_redis.egg-info/PKG-INFO django_redis.egg-info/SOURCES.txt django_redis.egg-info/dependency_links.txt django_redis.egg-info/not-zip-safe django_redis.egg-info/requires.txt django_redis.egg-info/top_level.txt django_redis/client/__init__.py django_redis/client/default.py django_redis/client/herd.py django_redis/client/sharded.py django_redis/compressors/__init__.py django_redis/compressors/base.py django_redis/compressors/identity.py django_redis/compressors/lzma.py django_redis/compressors/zlib.py django_redis/serializers/__init__.py django_redis/serializers/base.py django_redis/serializers/json.py django_redis/serializers/msgpack.py django_redis/serializers/pickle.py doc/Makefile doc/content-docinfo.html doc/content.adoc doc/index.html doc/dist/latest/index.html tests/README.txt tests/runtests-herd.py tests/runtests-json.py tests/runtests-msgpack.py tests/runtests-sharded.py tests/runtests-unixsockets.py tests/runtests-zlib.py tests/runtests.py tests/shell.py tests/test_sqlite.py tests/test_sqlite_herd.py tests/test_sqlite_json.py tests/test_sqlite_msgpack.py tests/test_sqlite_sharding.py tests/test_sqlite_usock.py tests/test_sqlite_zlib.py tests/urls.py tests/hashring_test/__init__.py tests/hashring_test/models.py tests/hashring_test/tests.py tests/redis_backend_testapp/__init__.py tests/redis_backend_testapp/models.py tests/redis_backend_testapp/tests.py