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

Hash Field Expiration Support #2834

Closed
9 of 11 tasks
tishun opened this issue Apr 19, 2024 · 1 comment
Closed
9 of 11 tasks

Hash Field Expiration Support #2834

tishun opened this issue Apr 19, 2024 · 1 comment
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@tishun
Copy link
Collaborator

tishun commented Apr 19, 2024

Feature Request

Is your feature request related to a problem? Please describe

Redis now supports Hash Field Expiration

Describe the solution you'd like

The Lettuce driver would need to support the following commands to enable this feature:

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

Describe alternatives you've considered

Not Applicable

Teachability, Documentation, Adoption, Migration Strategy

N/A

@tishun
Copy link
Collaborator Author

tishun commented May 23, 2024

HGETF and HSETF are not to be implemented until further notice

@tishun tishun closed this as completed May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant