Added support for WAITAOF command (#1357)

* Added support for WAITAOF command

* Added call to parent setUp method
This commit is contained in:
Vladyslav Vildanov
2023-08-14 09:18:19 +03:00
committed by GitHub
parent ffd31cfdef
commit 311cd2b79e
5 changed files with 152 additions and 0 deletions
+1
View File
@@ -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)