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
@@ -73,6 +73,7 @@ use Predis\Response\Status;
* @method int cfcount(string $key, $item)
* @method int cfexists(string $key, $item)
* @method int cfmexists(string $key, ...$item)
* @method array cfinfo(string $key)
* @method int decr(string $key)
* @method int decrby(string $key, int $decrement)
* @method Status failover(?To $to = null, bool $abort = false, int $timeout = -1)