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 LIST` command #149

Open arpitbbhayani opened 1 month ago

arpitbbhayani commented 1 month ago

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

patelajay745 commented 1 month ago

I want to work on this .

yashs360 commented 1 month ago

Hey @patelajay745 I am working on it currently with the PR's linked up. Please pick other issues from the list.

KaviiSuri commented 1 week ago

@arpitbbhayani i want to work on this, is it free to pick up? can it be assigned?

Harsh-2909 commented 1 week ago

@arpitbbhayani @JyotinderSingh Can I work on this issue if nobody is working on it?

JyotinderSingh commented 1 week ago

@arpitbbhayani i want to work on this, is it free to pick up? can it be assigned?

Assigned

JyotinderSingh commented 1 week ago

@arpitbbhayani @JyotinderSingh Can I work on this issue if nobody is working on it?

Have assigned to @KaviiSuri since he messaged first. Please have a look at any other open issues or inactive issues which are assigned but not being worked on. Thanks @Harsh-2909!

AshwinKul28 commented 2 days ago

@KaviiSuri Thanks a lot for picking this up. Do you have any latest updates on this? If you have any blockers lets discuss this over the Discord.