Added support for CF.INFO command (#1082)

Co-authored-by: Vladyslav Vildanov <vladyslavvildanov@Vladyslav-Vildanov-MacBook-Pro.local>
This commit is contained in:
Vladyslav Vildanov
2023-01-31 16:12:18 +02:00
committed by GitHub
parent 00248ea3db
commit 92d4306dc4
5 changed files with 185 additions and 1 deletions
+1
View File
@@ -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)