Apoorv Yadav

Results 38 issues of Apoorv Yadav

Please note this issue is created while reviewing #1049 which resolves #777. The error message needs to be formatted according to the type of the object. Expected: ```bash 127.0.0.1:6379> json.set...

Hi team, The following behavior is observed in Single Threaded mode when an incorrect command leads to inconsistent results due to buf writes. ![image](https://github.com/user-attachments/assets/bbdd668d-5c31-4c78-8e72-dfe08053535b) I will be raising a PR...

Fixes: #951 Hi everyone, I am looking for reviews on this PR and implementation of HASHMAP data with expiry support. This is the basic implementation of what Redis does (they...

new -- datatype

Found while working on #1031 ## Steps to reproduce ``` 127.0.0.1:7379> bf.add k 1 (integer) 0 127.0.0.1:7379> bf.info k name: k, error rate: 0.010000, capacity: 1024, total bits reserved: 10344,...

bug
difficulty-level -- mid
enhancement

Fixes: #1031 #1110 For migration commands, please consider this a template on how to tackle the issue. I have divided the tasks into smaller goals and made an individual commit....

migration -- command

Hi team, Added an empty .md file for command docs based on `SET` documentation. It is to be used by contributors for auditing and added documentation. Thanks Apoorv

documentation
enhancement

Hi team, These print statement floods the log when unit tests fail and thus make the logs difficult to understand. Thanks Apoorv

bug

Hi team, This PR is created to address few comments left on #1117 and to address those on priority

Hi team, Command `GETRANGE` 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