Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Time-range for XRANGE filtering #176

Closed
mikhail-vl opened this issue Mar 17, 2021 · 3 comments · Fixed by #225
Closed

Use Time-range for XRANGE filtering #176

mikhail-vl opened this issue Mar 17, 2021 · 3 comments · Fixed by #225
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@mikhail-vl
Copy link
Contributor

Time-range should be used to filter Stream entries.

The command returns the stream entries matching a given range of IDs. The range is specified by a minimum and maximum ID. All the entries having an ID between the two specified or exactly one of the two IDs specified (closed interval) are returned.
@mikhail-vl mikhail-vl added the enhancement New feature or request label Mar 17, 2021
@mikhail-vl mikhail-vl added this to the Version 1.4 milestone Mar 17, 2021
@mikhail-vl mikhail-vl self-assigned this Mar 17, 2021
@mikhail-vl mikhail-vl modified the milestones: Version 1.4, Version 1.4.1 May 8, 2021
@zergaloid
Copy link

Hi! Can I help with this one?

@mikhail-vl
Copy link
Contributor Author

@zergaloid You are welcome to submit PR to add this functionality.
I have some tasks to do before I can add it.

@mikhail-vl
Copy link
Contributor Author

@zergaloid Implemented and merged to the main branch.
Will be a part of the upcoming release this week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants