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

feat: support hash field expiration commands #561

Merged
merged 2 commits into from
Jun 12, 2024

Conversation

j178
Copy link
Contributor

@j178 j178 commented Jun 12, 2024

Redis 7.4 (currently 7.4rc1) will introduce Hash Key Expiration support, this PR adds the 9 new commands to rueidis:

  • HEXPIRE
  • HEXPIREAT
  • HEXPIRETIME
  • HPERSIST
  • HPEXPIRE
  • HPEXPIREAT
  • HPEXPIRETIME
  • HPTTL
  • HTTL

@j178 j178 marked this pull request as ready for review June 12, 2024 11:48
@rueian
Copy link
Collaborator

rueian commented Jun 12, 2024

Hi @j178, thank you for helping us catch up on the latest Redis!

@rueian rueian merged commit 4ec259e into redis:main Jun 12, 2024
12 checks passed
@j178 j178 deleted the hash-field-expiration branch June 12, 2024 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants