mirror of
https://github.com/predis/predis.git
synced 2026-08-28 19:21:22 +00:00
New command: ZRANGEBYLEX (Redis 2.8.9).
This commit is contained in:
@@ -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'),
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user