mirror of
https://github.com/predis/predis.git
synced 2026-09-21 15:50:27 +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
@@ -75,6 +75,7 @@ use Predis\Response\Status;
|
||||
* @method int cfexists(string $key, $item)
|
||||
* @method int cfmexists(string $key, ...$item)
|
||||
* @method array cfinfo(string $key)
|
||||
* @method array cfinsert(string $key, int $capacity = -1, bool $noCreate = false, string ...$item)
|
||||
* @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