소스 검색

update cluster tests

nitper 12 년 전
부모
커밋
15f2776d77
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tests/Predis/Cluster/PredisClusterHashStrategyTest.php
  2. 1 0
      tests/Predis/Cluster/RedisClusterHashStrategyTest.php

+ 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',