mirror of
https://github.com/predis/predis.git
synced 2026-08-25 08:09:38 +00:00
Added support for EVAL_RO command (#1032)
This commit is contained in:
committed by
GitHub
parent
1cd78095e6
commit
ccc2860ad2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user