|
9577 | 9577 | 'Redis::hKeys' => ['__benevolent<Redis|string[]|false>', 'key'=>'string'], |
9578 | 9578 | 'Redis::hLen' => ['__benevolent<Redis|int|false>', 'key'=>'string'], |
9579 | 9579 | 'Redis::hMget' => ['__benevolent<Redis|array<string, mixed>|false>', 'key'=>'string', 'fields'=>'string[]'], |
9580 | | -'Redis::hMset' => ['__benevolent<Redis|bool>', 'key'=>'string', 'fieldvals'=>'array<string, mixed>'], |
| 9580 | +'Redis::hMset' => ['__benevolent<Redis|bool>', 'key'=>'string', 'fieldvals'=>'array'], |
9581 | 9581 | 'Redis::hRandField' => ['__benevolent<Redis|string|array<string, mixed>>', 'key'=>'string', 'options'=>'?array{COUNT?:int,WITHVALUES?:bool}'], |
9582 | 9582 | 'Redis::hscan' => ['__benevolent<Redis|array<string, mixed>|bool>', 'key'=>'string', '&iterator'=>'?int', 'pattern='=>'?string', 'count='=>'int'], |
9583 | 9583 | 'Redis::hSet' => ['__benevolent<Redis|int|false>', 'key'=>'string', 'member'=>'string', 'value'=>'mixed'], |
|
0 commit comments