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