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
@@ -167,6 +167,7 @@ use Predis\Command\CommandInterface;
* @method $this unwatch()
* @method $this watch($key)
* @method $this eval($script, $numkeys, $keyOrArg1 = null, $keyOrArgN = null)
* @method $this eval_ro(string $script, array $keys, ...$argument)
* @method $this evalsha($script, $numkeys, $keyOrArg1 = null, $keyOrArgN = null)
* @method $this script($subcommand, $argument = null)
* @method $this auth($password)