|
9460 | 9460 | 'RedisArray::_hosts' => ['array'], |
9461 | 9461 | 'RedisArray::_rehash' => ['', 'callable='=>'callable'], |
9462 | 9462 | 'RedisArray::_target' => ['string', 'key'=>'string'], |
9463 | | -'RedisCluster::__construct' => ['void', 'name'=>'string|null', 'seeds'=>'array', 'timeout='=>'float', 'readTimeout='=>'float', 'persistent='=>'bool|false', 'auth='=>'string|null'], |
| 9463 | +'RedisCluster::__construct' => ['void', 'name'=>'string|null', 'seeds'=>'array', 'timeout='=>'float', 'readTimeout='=>'float', 'persistent='=>'bool|false', 'auth='=>'string|array|null'], |
9464 | 9464 | 'RedisCluster::_masters' => ['array'], |
9465 | 9465 | 'RedisCluster::_prefix' => ['string', 'value'=>'mixed'], |
9466 | 9466 | 'RedisCluster::_serialize' => ['mixed', 'value'=>'mixed'], |
|
9596 | 9596 | 'RedisCluster::subscribe' => ['mixed', 'channels'=>'array', 'callback'=>'string'], |
9597 | 9597 | 'RedisCluster::sUnion' => ['array', 'key1'=>'string', '...other_keys='=>'string'], |
9598 | 9598 | 'RedisCluster::sUnionStore' => ['int', 'dstKey'=>'string', 'key1'=>'string', '...other_keys='=>'string'], |
9599 | | -'RedisCluster::time' => ['array'], |
| 9599 | +'RedisCluster::time' => ['array', 'nodeParams'=>'string'], |
9600 | 9600 | 'RedisCluster::ttl' => ['int', 'key'=>'string'], |
9601 | 9601 | 'RedisCluster::type' => ['int', 'key'=>'string'], |
9602 | 9602 | 'RedisCluster::unlink' => ['int', 'key'=>'string', '...other_keys='=>'string'], |
|
0 commit comments