summaryrefslogtreecommitdiff
path: root/redis/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'redis/client.py')
-rw-r--r--redis/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis/client.py b/redis/client.py
index 3d0e6b7..58b02ca 100644
--- a/redis/client.py
+++ b/redis/client.py
@@ -1011,7 +1011,7 @@ class PubSub(object):
self.patterns = set()
self.subscription_count = 0
self.subscribe_commands = set(
- ('subscribe', 'psusbscribe', 'unsubscribe', 'punsubscribe')
+ ('subscribe', 'psubscribe', 'unsubscribe', 'punsubscribe')
)
def execute_command(self, *args, **kwargs):