Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d03ca commit b5ea5fdCopy full SHA for b5ea5fd
1 file changed
redis.stub.php
@@ -246,7 +246,7 @@ public function hLen(string $key): Redis|int|false;
246
247
public function hMget(string $key, array $keys): Redis|array|false;
248
249
- public function hMset(string $key, array $keyvals): Redis|bool|false;
+ public function hMset(string $key, array $keyvals): Redis|bool;
250
251
public function hRandField(string $key, array $options = null): Redis|string|array;
252
0 commit comments