summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChayim <chayim@users.noreply.github.com>2021-11-09 13:14:19 +0200
committerGitHub <noreply@github.com>2021-11-09 13:14:19 +0200
commit3837e0d7bbe93622ce9ee40d754c630070e4f8e0 (patch)
tree6d1fc4dfbad15828b7a82e7935be814661b61219
parentd93b5f32173c4ea43677ec594506298de95802ee (diff)
downloadredis-py-3837e0d7bbe93622ce9ee40d754c630070e4f8e0.tar.gz
Docstring improvements for Redis class (#1675)
-rwxr-xr-xredis/client.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/redis/client.py b/redis/client.py
index 935d9dd..f2f1eed 100755
--- a/redis/client.py
+++ b/redis/client.py
@@ -613,8 +613,10 @@ class Redis(RedisModuleCommands, CoreCommands, object):
This abstract class provides a Python interface to all Redis commands
and an implementation of the Redis protocol.
- Connection and Pipeline derive from this, implementing how
- the commands are sent and received to the Redis server
+ Pipelines derive from this, implementing how
+ the commands are sent and received to the Redis server. Based on
+ configuration, an instance will either use a ConnectionPool, or
+ Connection object to talk to redis.
"""
RESPONSE_CALLBACKS = {
**string_keys_to_dict(