Added support for CF.COUNT command (#1052)

Co-authored-by: Vladyslav Vildanov <vladyslavvildanov@Vladyslav-Vildanov-MacBook-Pro.local>
This commit is contained in:
Vladyslav Vildanov
2023-01-31 14:31:54 +02:00
committed by GitHub
parent 0bdfcddcc1
commit eb4c5c349d
4 changed files with 111 additions and 0 deletions
+1
View File
@@ -70,6 +70,7 @@ use Predis\Response\Status;
* @method array bzmpop(int $timeout, array $keys, string $modifier = 'min', int $count = 1)
* @method int cfadd(string $key, $item)
* @method int cfaddnx(string $key, $item)
* @method int cfcount(string $key, $item)
* @method int cfexists(string $key, $item)
* @method int decr(string $key)
* @method int decrby(string $key, int $decrement)