|
8670 | 8670 | 'Redis::hRandField' => ['__benevolent<Redis|string|array<string, mixed>>', 'key'=>'string', 'options'=>'?array{COUNT?:int,WITHVALUES?:bool}'], |
8671 | 8671 | 'Redis::hscan' => ['__benevolent<Redis|array<string, mixed>|bool>', 'key'=>'string', '&iterator'=>'?int', 'pattern='=>'?string', 'count='=>'int'], |
8672 | 8672 | 'Redis::hSet' => ['__benevolent<Redis|int|false>', 'key'=>'string', 'member'=>'string', 'value'=>'mixed'], |
8673 | | -'Redis::hSetNx' => ['__benevolent<Redis|bool>', 'key'=>'string', 'field'=>'string', 'value'=>'string'], |
| 8673 | +'Redis::hSetNx' => ['__benevolent<Redis|bool>', 'key'=>'string', 'field'=>'string', 'value'=>'mixed'], |
8674 | 8674 | 'Redis::hStrLen' => ['__benevolent<Redis|int|false>', 'key'=>'string', 'field'=>'string'], |
8675 | 8675 | 'Redis::hVals' => ['__benevolent<Redis|string[]|false>', 'key'=>'string'], |
8676 | 8676 | 'Redis::incr' => ['__benevolent<Redis|int|false>', 'key'=>'string', 'by='=>'int'], |
|
8876 | 8876 | 'RedisCluster::hMGet' => ['array', 'key'=>'string', 'hashKeys'=>'array'], |
8877 | 8877 | 'RedisCluster::hMSet' => ['bool', 'key'=>'string', 'hashKeys'=>'array'], |
8878 | 8878 | 'RedisCluster::hScan' => ['array', 'key'=>'string', '&iterator'=>'int', 'pattern='=>'string', 'count='=>'int'], |
8879 | | -'RedisCluster::hSet' => ['int', 'key'=>'string', 'hashKey'=>'string', 'value'=>'string'], |
8880 | | -'RedisCluster::hSetNx' => ['bool', 'key'=>'string', 'hashKey'=>'string', 'value'=>'string'], |
| 8879 | +'RedisCluster::hSet' => ['int', 'key'=>'string', 'hashKey'=>'string', 'value'=>'mixed'], |
| 8880 | +'RedisCluster::hSetNx' => ['bool', 'key'=>'string', 'hashKey'=>'string', 'value'=>'mixed'], |
8881 | 8881 | 'RedisCluster::hVals' => ['array', 'key'=>'string'], |
8882 | 8882 | 'RedisCluster::incr' => ['int', 'key'=>'string', 'by='=>'int'], |
8883 | 8883 | 'RedisCluster::incrBy' => ['int', 'key'=>'string', 'value'=>'int'], |
|
0 commit comments