summaryrefslogtreecommitdiff
path: root/redis/client.py
diff options
context:
space:
mode:
authorandy <andy@andymccurdy.com>2011-10-14 14:27:04 -0700
committerandy <andy@andymccurdy.com>2011-10-14 14:27:04 -0700
commitf6bb11cd878f99b520b0e167e481ea6488306771 (patch)
treeb2d8ed3acf515f0ed33c7775d06b457e0ad75d87 /redis/client.py
parent46329609e95f862aeb362ecd3f9d743ba3322b11 (diff)
downloadredis-py-f6bb11cd878f99b520b0e167e481ea6488306771.tar.gz
keep command names alphabetized
Diffstat (limited to 'redis/client.py')
-rw-r--r--redis/client.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/redis/client.py b/redis/client.py
index 8ad0cd3..15caed4 100644
--- a/redis/client.py
+++ b/redis/client.py
@@ -119,9 +119,9 @@ class StrictRedis(object):
bool
),
string_keys_to_dict(
- 'DECRBY GETBIT HLEN INCRBY LINSERT LLEN LPUSHX RPUSHX SCARD'
- 'SDIFFSTORE SETBIT SETRANGE SINTERSTORE STRLEN SUNIONSTORE ZCARD '
- 'ZREMRANGEBYRANK ZREMRANGEBYSCORE ZADD SADD',
+ 'DECRBY GETBIT HLEN INCRBY LINSERT LLEN LPUSHX RPUSHX SADD SCARD '
+ 'SDIFFSTORE SETBIT SETRANGE SINTERSTORE STRLEN SUNIONSTORE ZADD '
+ 'ZCARD ZREMRANGEBYRANK ZREMRANGEBYSCORE',
int
),
string_keys_to_dict(