Added support for EVAL_RO command (#1032)

This commit is contained in:
Vladyslav Vildanov
2023-01-20 21:13:46 +02:00
committed by GitHub
parent 1cd78095e6
commit ccc2860ad2
4 changed files with 163 additions and 0 deletions
+1
View File
@@ -185,6 +185,7 @@ use Predis\Response\Status;
* @method mixed unwatch()
* @method mixed watch(string $key)
* @method mixed eval(string $script, int $numkeys, string ...$keyOrArg = null)
* @method mixed eval_ro(string $script, array $keys, ...$argument)
* @method mixed evalsha(string $script, int $numkeys, string ...$keyOrArg = null)
* @method mixed script($subcommand, $argument = null)
* @method mixed auth(string $password)