.gitignore
CONTRIBUTING.rst
COPYING
README.rst
pyproject.toml
requirements-dev.txt
requirements.in
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/test.yml
fakeredis/__init__.py
fakeredis/_aioredis1.py
fakeredis/_aioredis2.py
fakeredis/_async.py
fakeredis/_server.py
fakeredis/_zset.py
fakeredis/aioredis.py
fakeredis.egg-info/PKG-INFO
fakeredis.egg-info/SOURCES.txt
fakeredis.egg-info/dependency_links.txt
fakeredis.egg-info/requires.txt
fakeredis.egg-info/top_level.txt
scripts/supported
test/conftest.py
test/test_aioredis1.py
test/test_aioredis2.py
test/test_fakeredis.py
test/test_hypothesis.py