mirror of
https://github.com/predis/predis.git
synced 2026-08-26 05:19:49 +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
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user