DiceDB / dice

A drop-in replacement of Redis with SQL-based realtime reactivity.
https://dicedb-docs.netlify.app/
Other
3.16k stars 399 forks source link

Add support for `COMMAND DOCS` command #146

Open arpitbbhayani opened 1 month ago

arpitbbhayani commented 1 month ago

Add support for the COMMAND DOCS command in DiceDB similar to the COMMAND DOCS command in Redis. Please refer to the following commit in Redis to understand the implementation specifics - source.

Write unit and integration tests for the command referring to the tests written in the Redis codebase 7.2.5. For integration tests, you can refer to the tests folder. Note: they have used TCL for the test suite, and we need to port that to our way of writing integration tests using the relevant helper methods. Please refer to our tests directory.

For the command, benchmark the code and measure the time taken and memory allocs using benchmem and try to keep them to the bare minimum.

Dhravya commented 1 month ago

hi! i would love to take this one

JyotinderSingh commented 1 month ago

hi! i would love to take this one

Hi, thanks for taking this up. I've assigned the issue to you.

JyotinderSingh commented 3 weeks ago

Unassigned due to inactivity. This issue is available for anyone to pick up.

BiswajitSahoo-tech commented 3 weeks ago

Hey @JyotinderSingh, can I pick this up ?

JyotinderSingh commented 3 weeks ago

Hey @JyotinderSingh, can I pick this up ?

Assigned

AshwinKul28 commented 2 days ago

@BiswajitSahoo-tech thanks for picking this up. Can you please add any latest updates on this? Let us know if you have any blockers on this we can discuss this over the discord.

kailashchoudhary11 commented 2 days ago

Hey, I would like to take this up if no one is working on it rn.