nitper 12 жил өмнө
parent
commit
15f2776d77

+ 1 - 0
tests/Predis/Cluster/PredisClusterHashStrategyTest.php

@@ -345,6 +345,7 @@ class PredisClusterHashStrategyTest extends StandardTestCase
             'HGET'                  => 'keys-first',
             'HGETALL'               => 'keys-first',
             'HMGET'                 => 'keys-first',
+            'HMSET'                 => 'keys-first',
             'HINCRBY'               => 'keys-first',
             'HINCRBYFLOAT'          => 'keys-first',
             'HKEYS'                 => 'keys-first',

+ 1 - 0
tests/Predis/Cluster/RedisClusterHashStrategyTest.php

@@ -340,6 +340,7 @@ class RedisClusterHashStrategyTest extends StandardTestCase
             'HGET'                  => 'keys-first',
             'HGETALL'               => 'keys-first',
             'HMGET'                 => 'keys-first',
+            'HMSET'                 => 'keys-first',
             'HINCRBY'               => 'keys-first',
             'HINCRBYFLOAT'          => 'keys-first',
             'HKEYS'                 => 'keys-first',