mirror of
https://github.com/predis/predis.git
synced 2026-09-26 10:42:13 +00:00
Make ZMSCORE command Prefixable and add to a ClusterStrategy (#1692)
* Make ZMSCORE command Prefixable and add to a ClusterStrategy * Updated CHANGELOG.md * Codestyle fixes
This commit is contained in:
committed by
GitHub
parent
a1ede6c5e8
commit
b6b7f0d4e0
@@ -503,6 +503,7 @@ class RedisStrategyTest extends PredisTestCase
|
||||
'ZREVRANGEBYSCORE' => 'keys-first',
|
||||
'ZREVRANK' => 'keys-first',
|
||||
'ZSCORE' => 'keys-first',
|
||||
'ZMSCORE' => 'keys-first',
|
||||
'ZUNIONSTORE' => 'keys-zaggregated',
|
||||
'ZSCAN' => 'keys-first',
|
||||
'ZLEXCOUNT' => 'keys-first',
|
||||
|
||||
Reference in New Issue
Block a user