diff options
Diffstat (limited to 'redis/client.py')
-rw-r--r-- | redis/client.py | 1 |
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): |