Open
Description
From the redis command document, I learned about that we could use XTRIM mystream MINID 649085820
to implement all entries that have an ID lower than 649085820-0 will be evicted, so I'm wondering if we could add support for MINID
subcommand for stream XTRIM
.
Besides, I noticed that it seemed we could use MINID
subcommand when we try to XADD
new entry to a stream, maybe we could have it implemented?