Apoorv Yadav

Results 38 issues of Apoorv Yadav

Hi team, Command `Append` has recently been migrated and missed support for all available datatypes. We need to make it consistent with Redis. For more context, please go through #1095...

good first issue
difficulty-level -- easy
stack -- go
enhancement

Hi team, This PR removes the sql package and `watchmanager.go`. Apoorv

The documentation of the command `ZRANGE` is absent in the [docs](https://github.com/DiceDB/dice/tree/master/docs/src/content/docs/commands). We need your help to ensure that the documentation is complete, correct, and consistent. Completing this issue will give...

documentation
good first issue
difficulty-level -- easy

The documentation of the command `JSON.OBJLEN` is absent in the [docs](https://github.com/DiceDB/dice/tree/master/docs/src/content/docs/commands). We need your help to ensure that the documentation is complete, correct, and consistent. Completing this issue will give...

documentation
good first issue
difficulty-level -- easy

Hi team, Added a simple design for Hash data type in DiceDB, allowing us to achieve the target 100% of the commands under Hash (except HSCAN in O(1)). This PR...

new -- datatype
difficulty-level -- easy
stack -- go

Hi team, Please find a POC for using only one set of test for possibly resp, HTTP and websockets. I have created a separate package for parser named `dicedbadapter`. Core...