summaryrefslogtreecommitdiff
path: root/redis/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'redis/client.py')
-rw-r--r--redis/client.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/redis/client.py b/redis/client.py
index a1cdc81..38df7ac 100644
--- a/redis/client.py
+++ b/redis/client.py
@@ -1043,6 +1043,7 @@ class Pipeline(Redis):
self.connection = connection
self.encoding = charset
self.errors = errors
+ self.subscribed = False # NOTE not in use, but necessary
self.reset()
def reset(self):