update cluster tests

This commit is contained in:
nitper
2013-03-11 23:08:10 +00:00
parent dc1103582e
commit 15f2776d77
2 changed files with 2 additions and 0 deletions
@@ -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',
@@ -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',