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 INFO` command #148

Open arpitbbhayani opened 1 month ago

arpitbbhayani commented 1 month ago

Add support for the COMMAND INFO command in DiceDB similar to the COMMAND INFO 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.

shashankdaima commented 1 month ago

I have created a shallow PR as WIP. #151

maniSHarma7575 commented 1 month ago

@shashankdaima Are you still working on this? I don't see any activity on this from couple of weeks

If not, @arpitbbhayani , @JyotinderSingh Could you please assign this to me?

JyotinderSingh commented 1 month ago

@shashankdaima Are you still working on this? I don't see any activity on this from couple of weeks

If not, @arpitbbhayani , @JyotinderSingh Could you please assign this to me?

Assigned to you.

sanimesh96 commented 1 week ago

Hi @maniSHarma7575, Are you still working on this? I dont see any activity on this issue so far. If not, i would like to take up this issue. Can you assign this to me? cc: @JyotinderSingh,@arpitbbhayani.

JyotinderSingh commented 1 week ago

Hi @maniSHarma7575, Are you still working on this? I dont see any activity on this issue so far.

If not, i would like to take up this issue. Can you assign this to me?

cc: @JyotinderSingh,@arpitbbhayani.

Assigned

AshwinKul28 commented 2 days ago

@sanimesh96 Any latest updates on this? Please pull the latest from the master in the PR and move it from Draft to Review.