mirror of
https://github.com/predis/predis.git
synced 2026-08-25 21:49:37 +00:00
Added support for CF.INFO command (#1082)
Co-authored-by: Vladyslav Vildanov <vladyslavvildanov@Vladyslav-Vildanov-MacBook-Pro.local>
This commit is contained in:
committed by
GitHub
parent
00248ea3db
commit
92d4306dc4
@@ -64,6 +64,7 @@ use Predis\Command\CommandInterface;
|
||||
* @method $this cfcount(string $key, $item)
|
||||
* @method $this cfexists(string $key, $item)
|
||||
* @method $this cfmexists(string $key, ...$item)
|
||||
* @method $this cfinfo(string $key)
|
||||
* @method $this decr($key)
|
||||
* @method $this decrby($key, $decrement)
|
||||
* @method $this failover(?To $to = null, bool $abort = false, int $timeout = -1)
|
||||
|
||||
Reference in New Issue
Block a user