Closed lucifercr07 closed 1 month ago
@lucifercr07 can i take this up?
@Abh-ay Thanks for picking this up. Assigned!
Hi @AshwinKul28 @lucifercr07 Just verify this command in redis and it accept -ve value also refer below ss And In DiceDB we throw error as ERR invalid expire time in 'expire' command Should we handle this or keep as it is?
Steps to reproduce
Run the commands mentioned in the test on Line 81 in the file https://github.com/AshwinKul28/dice-tests/blob/main/tcltests/unit/expire.tcl#L81.
Expected output
The expected output when the above set of commands when run on Redis
Observed output
The observed output when the above set of commands when run on DiceDB
The steps to run the test cases are mentioned in the README of the dice-tests repository.
Expectations for resolution
This issue will be considered resolved when the following things are done:
dice
repository code to meet the expected behavior.You can find the tests under the
tests
directory of thedice
repository and the steps to run are in the README file. Refer to the following links to set up DiceDB and Redis 7.2.5 locally