New command: ZRANGEBYLEX (Redis 2.8.9).

Closes #175.
This commit is contained in:
Daniele Alessandri
2014-06-09 12:23:26 +02:00
parent 58d1cc12dc
commit 0a580c9d1b
11 changed files with 301 additions and 8 deletions
+5 -4
View File
@@ -177,10 +177,11 @@ class ServerVersion28Test extends PredisProfileTestCase
136 => 'sscan',
137 => 'zscan',
138 => 'zlexcount',
139 => 'hscan',
140 => 'pfadd',
141 => 'pfcount',
142 => 'pfmerge',
139 => 'zrangebylex',
140 => 'hscan',
141 => 'pfadd',
142 => 'pfcount',
143 => 'pfmerge',
);
}
}