mirror of
https://github.com/predis/predis.git
synced 2026-08-24 23:59:37 +00:00
Added support for WAITAOF command (#1357)
* Added support for WAITAOF command * Added call to parent setUp method
This commit is contained in:
committed by
GitHub
parent
ffd31cfdef
commit
311cd2b79e
@@ -322,6 +322,7 @@ use Predis\Response\Status;
|
||||
* @method array|null exec()
|
||||
* @method mixed multi()
|
||||
* @method mixed unwatch()
|
||||
* @method array waitaof(int $numLocal, int $numReplicas, int $timeout)
|
||||
* @method mixed watch(string $key)
|
||||
* @method mixed eval(string $script, int $numkeys, string ...$keyOrArg = null)
|
||||
* @method mixed eval_ro(string $script, array $keys, ...$argument)
|
||||
|
||||
Reference in New Issue
Block a user