mirror of
https://github.com/predis/predis.git
synced 2026-09-24 09:11:05 +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
@@ -480,6 +480,7 @@ class PredisStrategyTest 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