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

#951 Refactor: Simple hashset with expiry #1270

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

apoorvyadav1111
Copy link
Contributor

@apoorvyadav1111 apoorvyadav1111 commented Nov 12, 2024

Hi team,

Added a simple design for Hash data type in DiceDB, allowing us to achieve the target 100% of the commands under Hash (except HSCAN in O(1)).

This PR also fixes the HTTP context failure in tests for now to ensure the PR fails only for tests.

Post this PR, I intend to add two commands HEXPIRE and HTTL, which will serve as a template for the following commands:

  1. HEXPIREAT
  2. HEXPIRETIME
  3. HPTTL
  4. HPERSIST
  5. HPEXPIRE
  6. HPEXPIREAT
  7. HPEXPIRETIME

@apoorvyadav1111 apoorvyadav1111 force-pushed the refactor/simple-hashset-with-expiry branch from d106c43 to 7a41798 Compare November 12, 2024 05:12
@apoorvyadav1111 apoorvyadav1111 changed the title Refactor: Simple hashset with expiry #951 Refactor: Simple hashset with expiry Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant