Skip to content

Commit af20741

Browse files
sudo-plzondrejmirtes
authored andcommitted
Update rediscluster inspections
Redis 6 auth with username & password support. Add nodeParams to the time function.
1 parent d1479c3 commit af20741

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/functionMap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9460,7 +9460,7 @@
94609460
'RedisArray::_hosts' => ['array'],
94619461
'RedisArray::_rehash' => ['', 'callable='=>'callable'],
94629462
'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'],
94649464
'RedisCluster::_masters' => ['array'],
94659465
'RedisCluster::_prefix' => ['string', 'value'=>'mixed'],
94669466
'RedisCluster::_serialize' => ['mixed', 'value'=>'mixed'],
@@ -9596,7 +9596,7 @@
95969596
'RedisCluster::subscribe' => ['mixed', 'channels'=>'array', 'callback'=>'string'],
95979597
'RedisCluster::sUnion' => ['array', 'key1'=>'string', '...other_keys='=>'string'],
95989598
'RedisCluster::sUnionStore' => ['int', 'dstKey'=>'string', 'key1'=>'string', '...other_keys='=>'string'],
9599-
'RedisCluster::time' => ['array'],
9599+
'RedisCluster::time' => ['array', 'nodeParams'=>'string'],
96009600
'RedisCluster::ttl' => ['int', 'key'=>'string'],
96019601
'RedisCluster::type' => ['int', 'key'=>'string'],
96029602
'RedisCluster::unlink' => ['int', 'key'=>'string', '...other_keys='=>'string'],

0 commit comments

Comments
 (0)