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
@@ -61,6 +61,7 @@ use Predis\Command\CommandInterface;
* @method $this bzmpop(int $timeout, array $keys, string $modifier = 'min', int $count = 1)
* @method $this cfadd(string $key, $item)
* @method $this cfaddnx(string $key, $item)
* @method $this cfcount(string $key, $item)
* @method $this cfexists(string $key, $item)
* @method $this decr($key)
* @method $this decrby($key, $decrement)