AUTHORS.rst
CHANGES.txt
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/lz4.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/__init__.py
tests/runtests-herd.py
tests/runtests-json.py
tests/runtests-lz4.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_backend.py
tests/test_hashring.py
tests/test_sqlite.py
tests/test_sqlite_herd.py
tests/test_sqlite_json.py
tests/test_sqlite_lz4.py
tests/test_sqlite_msgpack.py
tests/test_sqlite_sharding.py
tests/test_sqlite_usock.py
tests/test_sqlite_zlib.py