We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
KeyDB implements a command to expire a set's member.
See https://docs.keydb.dev/docs/commands/#expiremember
Implement the command.
The text was updated successfully, but these errors were encountered:
Just noticed, that redis did implement a similar command (finally) HEXPIRE: https://redis.io/docs/latest/commands/hexpire/
HEXPIRE
Sorry, something went wrong.
Thank you for your report!
If you mean hash field expiration, you can refer to #2269 for its current status in Kvrocks.
It's not yet implemented but in our plan.
Yes, that is exactly what I had in mind. Sorry for not finding the ticket.
No branches or pull requests
Search before asking
Motivation
KeyDB implements a command to expire a set's member.
See https://docs.keydb.dev/docs/commands/#expiremember
Solution
Implement the command.
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: