mirror of
https://github.com/predis/predis.git
synced 2026-08-24 20:29:42 +00:00
Extended BloomFilters support by implementing CF.INSERT command (#1083)
* Added support for CF.INSERT command * Override argument position offset value to default one * Codestyle fixes --------- Co-authored-by: Vladyslav Vildanov <vladyslavvildanov@Vladyslav-Vildanov-MacBook-Pro.local>
This commit is contained in:
committed by
GitHub
parent
4284409c7b
commit
1b8a3cd28c
@@ -66,6 +66,7 @@ use Predis\Command\CommandInterface;
|
||||
* @method $this cfexists(string $key, $item)
|
||||
* @method $this cfmexists(string $key, ...$item)
|
||||
* @method $this cfinfo(string $key)
|
||||
* @method $this cfinsert(string $key, int $capacity = -1, bool $noCreate = false, string ...$item)
|
||||
* @method $this decr($key)
|
||||
* @method $this decrby($key, $decrement)
|
||||
* @method $this failover(?To $to = null, bool $abort = false, int $timeout = -1)
|
||||
|
||||
Reference in New Issue
Block a user