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
@@ -815,6 +815,10 @@ class KeyPrefixProcessorTest extends PredisTestCase
array('key', '-', '+'),
array('prefix:key', '-', '+'),
),
array('ZRANGEBYLEX',
array('key', '-', '+', 'LIMIT', '0', '10'),
array('prefix:key', '-', '+', 'LIMIT', '0', '10'),
),
);
}
}