Skip to content

Complete the Redis Stream Operations [DATAREDIS-1119] #1688

Closed
@spring-projects-issues

Description

@spring-projects-issues

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 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:

Referenced from: pull request #519

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions