summaryrefslogtreecommitdiff
path: root/redis/client.py
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2011-05-23 10:55:40 -0700
committerAndy McCurdy <andy@andymccurdy.com>2011-05-23 10:55:40 -0700
commitae71200de265a9353982789c3871dd8329a8d265 (patch)
tree5c9b8c1886c05dd466909fd76b6cb0eb2ba2b5e2 /redis/client.py
parentdef45c6133358a79274815e738e6c4005e10e188 (diff)
downloadredis-py-ae71200de265a9353982789c3871dd8329a8d265.tar.gz
new pubsub tests
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):