Skip to content

Commit 63ab201

Browse files
committed
Fix build
1 parent 145249e commit 63ab201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8912,7 +8912,7 @@
89128912
'RedisCluster::pubsub' => ['array', 'nodeParams'=>'string', 'keyword'=>'string', '...argument='=>'string'],
89138913
'RedisCluster::punSubscribe' => ['', 'channels'=>'', 'callback'=>'', 'pattern='=>'string', '...other_patterns='=>'string'],
89148914
'RedisCluster::randomKey' => ['string', 'nodeParams'=>'string'],
8915-
'RedisCluster::rawCommand' => ['mixed', 'key_or_address='=>'string|array', 'command'=>'string', '...arguments'=>'mixed'],
8915+
'RedisCluster::rawCommand' => ['mixed', 'key_or_address'=>'string|array', 'command'=>'string', '...arguments'=>'mixed'],
89168916
'RedisCluster::rename' => ['bool', 'srcKey'=>'string', 'dstKey'=>'string'],
89178917
'RedisCluster::renameNx' => ['bool', 'srcKey'=>'string', 'dstKey'=>'string'],
89188918
'RedisCluster::restore' => ['bool', 'key'=>'string', 'ttl'=>'int', 'value'=>'string', 'options='=>'array|null'],

0 commit comments

Comments
 (0)