Add support for command `FILTERVALS`
Is your feature request related to a problem? Please describe. We need a way to filter out values on the basis of some condition on the value.
Describe the solution you'd like
Create a command FILTERVALS that accepts wildcards as an argument and returns the list of KV pairs as a response.
> FILTERVALS "*value:*"
0) 0) user:1
1) value:1
1) 0) user:2
1) value:2
a JSON equivalent of the response is
[
["user:1", "value:1"],
["user:2", "value:2"],
...
]
Hi @arpitbbhayani Can I take this one?
Go for it @zeina1i
@zeina1i are you still actively working this issue? if not, i want to pick this up; looks interesting.
Hey @manosriram . Actually I am working on this.
Thanks a ton @zeina1i . Let me know if you are stuck somewhere. You can join the Discord Server for quick collaboration.
@arpitbbhayani can I pick this up?
@lucifercr07 we do not need this at the moment. it was created long time back and now irrelevant. Closing this issue.