mirror of
https://github.com/predis/predis.git
synced 2026-08-25 11:49:41 +00:00
Added support for idempotent stream API (#1632)
* Added augment commands support * Added support for Redis 8.6 * Codestyle changes and test fixes * Fixed hybdrid tests * Updated CHANGELOG.md and composer.json * Fixed XINFO tests * Added support for idempontent stream API * Update CHANGELOG.md * Updated expected exported files * Removed agentic files * Removed .augment entry
This commit is contained in:
committed by
GitHub
parent
861bde010a
commit
e851ed6ceb
@@ -306,6 +306,7 @@ use Predis\Response\Status;
|
||||
* @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 Status xcfgset(string $key, ?int $duration = null, ?int $maxsize = null)
|
||||
* @method int xdel(string $key, string ...$id)
|
||||
* @method array xdelex(string $key, string $mode, array $ids)
|
||||
* @method int xlen(string $key)
|
||||
|
||||
Reference in New Issue
Block a user