Yashasav Prajapati
Yashasav Prajapati
## Steps to reproduce 1. Start the dicedb server and connect to it through whatever client(redis-cli or something else) you prefer. 2. Run the following commands in sequence. a. `SET...
## Steps to reproduce 1. Start the dicedb server and connect to it through whatever client(redis-cli or something else) you prefer. 2. Run either of the following commands a. `SETBIT...
This PR closes issue #1114 and does the following: 1. Handle negative offset values in SETBIT command. 2. Throw appropriate error (offset value out of range error) on providing negative...