HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
versioneer.py
coredis/__init__.py
coredis/_version.py
coredis/client.py
coredis/connection.py
coredis/exceptions.py
coredis/lock.py
coredis/nodemanager.py
coredis/pool.py
coredis/py.typed
coredis/sentinel.py
coredis/speedups.c
coredis/tokens.py
coredis/typing.py
coredis/utils.py
coredis/validators.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/core.py
coredis/commands/extra.py
coredis/commands/sentinel.py
coredis/commands/transaction.py
requirements/dev.txt
requirements/docs.txt
requirements/main.txt
requirements/test.txt
tests/__init__.py
tests/conftest.py
tests/test_authentication.py
tests/test_connection.py
tests/test_connection_pool.py
tests/test_encoding.py
tests/test_lock.py
tests/test_pipeline.py
tests/test_pubsub.py
tests/test_scripting.py
tests/test_sentinel.py
tests/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_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
tests/commands/__init__.py
tests/commands/test_acl.py
tests/commands/test_bitmap.py
tests/commands/test_cluster.py
tests/commands/test_connection.py
tests/commands/test_generic.py
tests/commands/test_geo.py
tests/commands/test_hash.py
tests/commands/test_hyperloglog.py
tests/commands/test_list.py
tests/commands/test_server.py
tests/commands/test_set.py
tests/commands/test_sorted_set.py
tests/commands/test_string.py
tests/tls/ca.crt
tests/tls/ca.key
tests/tls/ca.txt
tests/tls/client.crt
tests/tls/client.key
tests/tls/openssl.cnf
tests/tls/redis.crt
tests/tls/redis.dh
tests/tls/redis.key
tests/tls/server.crt
tests/tls/server.key