mirror of
https://github.com/predis/predis.git
synced 2026-08-24 14:39:32 +00:00
implement XCLAIM command (#1557)
* implement XCLAIM command * modify CHANGELOG.md * add empty line before return * test xclaim with all available options * review refactoring * remove fast-track check for empty answer --------- Co-authored-by: aleksanders <alexander.s@seranking.com>
This commit is contained in:
@@ -298,6 +298,7 @@ use Predis\Response\Status;
|
||||
* @method int xack(string $key, string $group, string ...$id)
|
||||
* @method string xadd(string $key, array $dictionary, string $id = '*', array $options = null)
|
||||
* @method array xautoclaim(string $key, string $group, string $consumer, int $minIdleTime, string $start, ?int $count = null, bool $justId = false)
|
||||
* @method array xclaim(string $key, string $group, string $consumer, int $minIdleTime, string|array $ids, ?int $idle = null, ?int $time = null, ?int $retryCount = null, bool $force = false, bool $justId = false, ?string $lastId = null)
|
||||
* @method int xdel(string $key, string ...$id)
|
||||
* @method int xlen(string $key)
|
||||
* @method array xrevrange(string $key, string $end, string $start, ?int $count = null)
|
||||
|
||||
Reference in New Issue
Block a user