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
@@ -304,6 +304,7 @@ use Predis\Command\Redis\Container\Search\FTCURSOR;
* @method $this exec()
* @method $this multi()
* @method $this unwatch()
* @method $this waitaof(int $numLocal, int $numReplicas, int $timeout)
* @method $this watch($key)
* @method $this eval($script, $numkeys, $keyOrArg1 = null, $keyOrArgN = null)
* @method $this eval_ro(string $script, array $keys, ...$argument)