HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
versioneer.py
coredis/__init__.py
coredis/_version.py
coredis/cache.py
coredis/client.py
coredis/connection.py
coredis/exceptions.py
coredis/lock.py
coredis/nodemanager.py
coredis/pipeline.py
coredis/pool.py
coredis/pubsub.py
coredis/scripting.py
coredis/sentinel.py
coredis/speedups.c
coredis/utils.py
coredis.egg-info/PKG-INFO
coredis.egg-info/SOURCES.txt
coredis.egg-info/dependency_links.txt
coredis.egg-info/requires.txt
coredis.egg-info/top_level.txt
coredis/commands/__init__.py
coredis/commands/cluster.py
coredis/commands/connection.py
coredis/commands/extra.py
coredis/commands/geo.py
coredis/commands/hash.py
coredis/commands/hyperlog.py
coredis/commands/iter.py
coredis/commands/keys.py
coredis/commands/lists.py
coredis/commands/pubsub.py
coredis/commands/scripting.py
coredis/commands/sentinel.py
coredis/commands/server.py
coredis/commands/sets.py
coredis/commands/sorted_set.py
coredis/commands/streams.py
coredis/commands/strings.py
coredis/commands/transaction.py
requirements/dev.txt
requirements/docs.txt
requirements/main.txt
requirements/test.txt
tests/__init__.py
tests/client/__init__.py
tests/client/conftest.py
tests/client/test_cache.py
tests/client/test_commands.py
tests/client/test_connection.py
tests/client/test_connection_pool.py
tests/client/test_encoding.py
tests/client/test_lock.py
tests/client/test_pipeline.py
tests/client/test_pubsub.py
tests/client/test_scripting.py
tests/client/test_sentinel.py
tests/client/test_streams.py
tests/cluster/__init__.py
tests/cluster/conftest.py
tests/cluster/test_cluster_connection_pool.py
tests/cluster/test_cluster_obj.py
tests/cluster/test_commands.py
tests/cluster/test_lock.py
tests/cluster/test_node_manager.py
tests/cluster/test_pipeline.py
tests/cluster/test_pubsub.py
tests/cluster/test_scripting.py
tests/cluster/test_utils.py