mirror of
https://github.com/predis/predis.git
synced 2026-09-19 14:56:57 +00:00
update cluster tests
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user