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