zio-redis
zio-redis copied to clipboard
Extend Streams API
The following commands are missing in Streams API:
- [ ]
XAUTOCLAIM
: The command is available since 6.2.0 - [ ]
XSETID
: The command is available since 5.0.0
The following commands should be adjusted or extended:
- [ ]
XADD
: docs- 6.2.0: Added
NOMKSTREAM
,MINID
, andLIMIT
options - 7.0.0: Added support for the
<ms>-*
explicit ID form
- 6.2.0: Added
- [ ]
XCLAIM
: The command is missing theLASTID
option - [ ]
XGROUP CREATE
: docs- Redis 7.0.0: Added
ENTRIESREAD entries-read
option - Currently supported
id
but should be extended with<id | $>
- Redis 7.0.0: Added
- [ ]
XGROUP SETID
: docs- 7.0.0 Added
ENTRIESREAD entries-read
option - Currently supported
id
but should be extended with<id | $>
- 7.0.0 Added
- [ ]
XINFO CONSUMERS
: docs- 7.2.0: Added
inactive
field in the output
- 7.2.0: Added
- [ ]
XINFO GROUPS
: docs- 7.0.0: Added
entries-read
andlag
fields in the output
- 7.0.0: Added
- [ ]
XINFO STREAM
: docs- 7.0.0: Added
max-deleted-entry-id
,entries-added
,recorded-first-entry-id
,entries-read
andlag
fields - 7.2.0: Added
active-time
field, and changed the meaning ofseen-time
- 7.0.0: Added
- [ ]
XTRIM
: The command is missingMAXLEN | MINID
andthreshold
options