.editorconfig
.gitignore
CHANGELOG
LICENSE
MANIFEST.in
README.rst
bench.py
manage.py
publish.sh
pytest.ini
requirements-test.txt
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
cacheops/__init__.py
cacheops/apps.py
cacheops/conf.py
cacheops/getset.py
cacheops/invalidation.py
cacheops/jinja2.py
cacheops/query.py
cacheops/reaper.py
cacheops/redis.py
cacheops/serializers.py
cacheops/sharding.py
cacheops/signals.py
cacheops/simple.py
cacheops/transaction.py
cacheops/tree.py
cacheops/utils.py
cacheops/lua/cache_thing.lua
cacheops/lua/cache_thing_insideout.lua
cacheops/lua/invalidate.lua
cacheops/lua/invalidate_insideout.lua
cacheops/management/__init__.py
cacheops/management/commands/__init__.py
cacheops/management/commands/cleanfilecache.py
cacheops/management/commands/invalidate.py
cacheops/management/commands/reapconjs.py
cacheops/templatetags/__init__.py
cacheops/templatetags/cacheops.py
django_cacheops.egg-info/PKG-INFO
django_cacheops.egg-info/SOURCES.txt
django_cacheops.egg-info/dependency_links.txt
django_cacheops.egg-info/not-zip-safe
django_cacheops.egg-info/pbr.json
django_cacheops.egg-info/requires.txt
django_cacheops.egg-info/top_level.txt
tests/__init__.py
tests/bench.py
tests/models.py
tests/settings.py
tests/test_extras.py
tests/test_low_level.py
tests/tests.py
tests/tests_sharding.py
tests/tests_transactions.py
tests/urls.py
tests/utils.py
tests/fixtures/basic.json