mirror of
https://github.com/predis/predis.git
synced 2026-08-24 20:39:42 +00:00
Added support for Redis 7.0 arguments (#1359)
This commit is contained in:
committed by
GitHub
parent
4172d2265f
commit
1b2fd527ed
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user