Skip to content

Add support for stream XTRIM MINID command #1718

Open
@WeihanLi

Description

@WeihanLi

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions