Open arpitbbhayani opened 1 week ago
@pankajjs go for it. Thanks for taking this up.
@arpitbbhayani We do have tests for TYPE command. However, It does not have support for few types.
https://github.com/DiceDB/dice/blob/master/integration_tests/commands/resp/type_test.go https://github.com/DiceDB/dice/blob/master/integration_tests/commands/http/type_test.go https://github.com/DiceDB/dice/blob/master/integration_tests/commands/websocket/type_test.go
@arpitbbhayani We do have tests for TYPE command. However, It does not have support for few types.
https://github.com/DiceDB/dice/blob/master/integration_tests/commands/resp/type_test.go https://github.com/DiceDB/dice/blob/master/integration_tests/commands/http/type_test.go https://github.com/DiceDB/dice/blob/master/integration_tests/commands/websocket/type_test.go
@pankajjs please add tests for missing types. Please let me know if you're facing any issue, we can sync up. Thanks for contributing.
The type commands supports
these many data types. So, we need to add support for missing data types from this list only. Let me know if I understood the task correctly. @lucifercr07
@arpitbbhayani @lucifercr07 Can I work on this ticket?