Arpit Bhayani
Arpit Bhayani
assets
assets
Assets
  
assets
Assets
**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...
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...