mirror of
https://github.com/predis/predis.git
synced 2026-08-25 04:49:36 +00:00
add XACK command (#1555)
* add XACK command * add XACK to ClientContextInterface * modify CHANGELOG.md --------- Co-authored-by: aleksanders <alexander.s@seranking.com> Co-authored-by: Vladyslav Vildanov <117659936+vladvildanov@users.noreply.github.com>
This commit is contained in:
@@ -295,6 +295,7 @@ use Predis\Response\Status;
|
||||
* @method array tsqueryindex(string ...$filterExpression)
|
||||
* @method array tsrange(string $key, $fromTimestamp, $toTimestamp, ?RangeArguments $arguments = null)
|
||||
* @method array tsrevrange(string $key, $fromTimestamp, $toTimestamp, ?RangeArguments $arguments = null)
|
||||
* @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 int xdel(string $key, string ...$id)
|
||||
|
||||
Reference in New Issue
Block a user