mirror of
https://github.com/predis/predis.git
synced 2026-08-25 08:19:35 +00:00
Added support for CF.COUNT command (#1052)
Co-authored-by: Vladyslav Vildanov <vladyslavvildanov@Vladyslav-Vildanov-MacBook-Pro.local>
This commit is contained in:
committed by
GitHub
parent
0bdfcddcc1
commit
eb4c5c349d
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user