diff options
author | george yoshida <dynkin@gmail.com> | 2013-04-27 22:13:20 +0900 |
---|---|---|
committer | george yoshida <dynkin@gmail.com> | 2013-04-27 22:13:20 +0900 |
commit | 9fabd0912ac2cefcbf57bb71243c0f273524d1fc (patch) | |
tree | 0e1755f5af9dc14f1a75882a5374cc11defbfad3 /redis/client.py | |
parent | 107bc12f720ec4a4be36dda81f604d3ff86ff22b (diff) | |
download | redis-py-9fabd0912ac2cefcbf57bb71243c0f273524d1fc.tar.gz |
Implement extended set options added in Redis 2.6.12.
- fix wording/formatting
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' ), |