mirror of
https://github.com/predis/predis.git
synced 2026-09-21 15:50:27 +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
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user