Open apoorvyadav1111 opened 1 week ago
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:
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: