You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a StreamOperations#info(....) method for XINFO 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 XADD stream MAXLEN ...``
Also the XPENDING
Etc...
mon flux
Etc...
Affects: 2.2.5 (Moore SR5)
Issue Links:
DATAREDIS-1084 Consider adding support for XPENDING and XCLAIM
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: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.XPENDING
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
The text was updated successfully, but these errors were encountered: