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

[QUESTION]: Search keys by regular expressions #2026

Open
julianthome opened this issue Oct 26, 2023 · 1 comment
Open

[QUESTION]: Search keys by regular expressions #2026

julianthome opened this issue Oct 26, 2023 · 1 comment
Labels
kind/question Something requiring a response

Comments

@julianthome
Copy link

Question.

Hello,

I am working on a problem where regular expression based key search would be useful.

At the moment I suppose a custom iterator based solution for adding in regular expression search support would work well enough if the search pattern includes a constant prefix. Otherwise, we basically have to search through the whole key set.

Are there any plans to support this type of feature are do you happen to be aware of a custom-iterator implementation that already does something similar?

@julianthome julianthome added the kind/question Something requiring a response label Oct 26, 2023
@julianthome julianthome changed the title [QUESTION]: Search keys by regular expression [QUESTION]: Search keys by regular expressions Oct 26, 2023
@harshil-goel
Copy link
Contributor

We don't have that feature planned, as we store the keys in sorted fashion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/question Something requiring a response
Development

No branches or pull requests

2 participants