Arpit Bhayani

Results 241 issues of Arpit Bhayani

![-82Ja5j0_400x400](https://github.com/arpitbbhayani/knowledge-base/assets/4745789/3f7a60e3-e6cb-4bfc-b558-76b8cc690d7f) ![sTvvbocy_400x400](https://github.com/arpitbbhayani/knowledge-base/assets/4745789/f69c7ed8-0e4e-41e5-b4ef-9a371f156858) ![grFGqAyk_400x400](https://github.com/arpitbbhayani/knowledge-base/assets/4745789/360ecdc1-f31f-4c87-bdfe-4cb30d1acc26)

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. do ... 2. then do ... 3. then do...

Currently, there are almost no unit tests for the `DISCARD` command. We need a comprehensive test suite for this command that also checks the correctness and completeness. 1. covers the...

Similar to `QREF`, let's implement `STACKREF` having commands to - push `STACKREFPUSH`, - pop `STACKREFPOP`, - peek `STACKREFPEEK`, and - length `STACKREFLEN` Similar to`QREF`, `STACKREF` will also be based on...

new -- command

Currently, there are almost no unit tests for the `DEL` command. We need a comprehensive test suite for this command that also checks the correctness and completeness. 1. covers the...

Currently, there are almost no unit tests for the `INCR` command. We need a comprehensive test suite for this command that also checks the correctness and completeness. 1. covers the...

Currently, there are almost no unit tests for the `PING` command. We need a comprehensive test suite for this command that also checks the correctness and completeness. 1. covers the...