mirror of
https://github.com/predis/predis.git
synced 2026-08-20 13:22:07 +00:00
New command: ZRANGEBYLEX (Redis 2.8.9).
This commit is contained in:
@@ -343,6 +343,7 @@ class ReplicationStrategyTest extends PredisTestCase
|
||||
'ZSCORE' => 'read',
|
||||
'ZSCAN' => 'read',
|
||||
'ZLEXCOUNT' => 'read',
|
||||
'ZRANGEBYLEX' => 'read',
|
||||
|
||||
/* commands operating on hashes */
|
||||
'HDEL' => 'write',
|
||||
|
||||
Reference in New Issue
Block a user