Added support for Redis 7.0 arguments (#1359)

This commit is contained in:
Vladyslav Vildanov
2023-08-10 18:57:00 +03:00
committed by GitHub
parent 4172d2265f
commit 1b2fd527ed
4 changed files with 72 additions and 3 deletions
+1
View File
@@ -328,6 +328,7 @@ use Predis\Response\Status;
* @method mixed evalsha(string $script, int $numkeys, string ...$keyOrArg = null)
* @method mixed evalsha_ro(string $sha1, array $keys, ...$argument)
* @method mixed script($subcommand, $argument = null)
* @method Status shutdown(bool $noSave = null, bool $now = false, bool $force = false, bool $abort = false)
* @method mixed auth(string $password)
* @method string echo(string $message)
* @method mixed ping(string $message = null)