mirror of
https://github.com/predis/predis.git
synced 2026-08-26 11:19:57 +00:00
New command: ZRANGEBYLEX (Redis 2.8.9).
This commit is contained in:
@@ -205,6 +205,7 @@ class ReplicationStrategy
|
||||
'ZREVRANK' => true,
|
||||
'ZSCAN' => true,
|
||||
'ZLEXCOUNT' => true,
|
||||
'ZRANGEBYLEX' => true,
|
||||
'HGET' => true,
|
||||
'HMGET' => true,
|
||||
'HEXISTS' => true,
|
||||
|
||||
Reference in New Issue
Block a user