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, 0 insertions, 1 deletions
diff --git a/redis/client.py b/redis/client.py
index 5253543..8a63d09 100644
--- a/redis/client.py
+++ b/redis/client.py
@@ -213,7 +213,6 @@ class StrictRedis(object):
string_keys_to_dict('ZSCORE ZINCRBY', float_or_none),
string_keys_to_dict(
'FLUSHALL FLUSHDB LSET LTRIM MSET RENAME '
-# 'SAVE SELECT SET SHUTDOWN SLAVEOF WATCH UNWATCH',
'SAVE SELECT SHUTDOWN SLAVEOF WATCH UNWATCH',
lambda r: nativestr(r) == 'OK'
),