-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
type: enhancementA general enhancementA general enhancement
Milestone
Description
Sergey Karimov opened DATAREDIS-1085 and commented
Redis from some version, don't know which exactly, supports following syntax:
xadd somekey maxlen ~ 1 * key1 value1
key feature here is "maxlen ~ 1" (may be any number).
same for:
xtrim somekey ~ 1
There is no way to specify "maxlen ~ 1" for xadd via ReactiveStreamCommands or RedisStreamCommands.
There is no way to specify "xtrim somekey ~ 1" via ReactiveStreamCommands or RedisStreamCommands, only "xtrim somekey 1", which is huge preformance impact compared to "xtrim somekey ~ 1"
Affects: 2.2.3 (Moore SR3)
Issue Links:
- DATAREDIS-1122 Add support for MAXLEN attribute of XADD
Referenced from: pull request https://github.com/spring-projects/spring-data-redis/pull
2 votes, 5 watchers
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement