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

Support EXPIREMEMBER command #2378

Closed
1 of 2 tasks
ibotty opened this issue Jun 28, 2024 · 3 comments
Closed
1 of 2 tasks

Support EXPIREMEMBER command #2378

ibotty opened this issue Jun 28, 2024 · 3 comments
Labels
enhancement type enhancement

Comments

@ibotty
Copy link

ibotty commented Jun 28, 2024

Search before asking

  • I had searched in the issues and found no similar issues.

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?

  • I'm willing to submit a PR!
@ibotty ibotty added the enhancement type enhancement label Jun 28, 2024
@ibotty
Copy link
Author

ibotty commented Jun 28, 2024

Just noticed, that redis did implement a similar command (finally) HEXPIRE: https://redis.io/docs/latest/commands/hexpire/

@PragmaTwice
Copy link
Member

PragmaTwice commented Jun 28, 2024

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.

@ibotty
Copy link
Author

ibotty commented Jun 28, 2024

Yes, that is exactly what I had in mind. Sorry for not finding the ticket.

@ibotty ibotty closed this as completed Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement type enhancement
Projects
None yet
Development

No branches or pull requests

2 participants