Closed
Description
akuma8 opened DATAREDIS-1119 and commented
Currently the StreamOperations
API lack some features provided by Redis, to complete the API, in particular, could you add these features:
- When creating a consumer group, it would be very usefull to have the possibility to create the stream at the same time cf: Add support for XGROUP CREATE … MKSTREAM redis/lettuce#898
- Add a
StreamOperations#info(....)
method forXINFO
to check the state of a stream. This method will be really useful to check if a stream already has a group before creating that group. - Provide a way to limit the stream size during its creation
- Also the
XPENDING
- Etc...
mon flux
Etc...
Affects: 2.2.5 (Moore SR5)
Issue Links:
-
DATAREDIS-1084 Consider adding support for XPENDING and XCLAIM
-
DATAREDIS-1122 Add support for MAXLEN attribute of XADD
Referenced from: pull request #519