mirror of
https://github.com/predis/predis.git
synced 2026-08-24 12:49:34 +00:00
Added XNACK support (#1666)
* Renamed GCRA parameters to match latest API * Added support for XNACK command * Updated test image * Updated test image * Updated version requirements * Fixed broken test * Updated CHANGELOG.md * Updated CHANGELOG.md
This commit is contained in:
committed by
GitHub
parent
ae4a706b01
commit
622f4df2b6
@@ -312,6 +312,7 @@ use Predis\Response\Status;
|
||||
* @method int xdel(string $key, string ...$id)
|
||||
* @method array xdelex(string $key, string $mode, array $ids)
|
||||
* @method int xlen(string $key)
|
||||
* @method int xnack(string $key, string $group, string $mode, array $ids, ?int $retryCount = null, bool $force = false)
|
||||
* @method array xpending(string $key, string $group, ?int $minIdleTime = null, ?string $start = null, ?string $end = null, ?int $count = null, ?string $consumer = null)
|
||||
* @method array xrevrange(string $key, string $end, string $start, ?int $count = null)
|
||||
* @method array xrange(string $key, string $start, string $end, ?int $count = null)
|
||||
|
||||
Reference in New Issue
Block a user