New command: ZRANGEBYLEX (Redis 2.8.9).

This commit is contained in:
Daniele Alessandri
2014-06-09 12:23:26 +02:00
parent 8dbac3dd73
commit ea32f74512
13 changed files with 279 additions and 10 deletions
@@ -343,6 +343,7 @@ class ReplicationStrategyTest extends PredisTestCase
'ZSCORE' => 'read',
'ZSCAN' => 'read',
'ZLEXCOUNT' => 'read',
'ZRANGEBYLEX' => 'read',
/* commands operating on hashes */
'HDEL' => 'write',