dice
dice copied to clipboard
Bug: DiceDB cannot handle multiple commands in a single request
trafficstars
DiceDB cannot handle multiple commands when passed in a single request, we need to support this. Check the file commandhandler.go and there we have explicitly added a check of the length of the commands coming post-parsing stage.
I think this is very closely related to the concept of PIPELINING, but double-check and see how we can support this.
Steps to patch
- setup DiceDB server locally from the source - instructions
- setup DiceDB CLI locally from the source - instructions
Follow the contribution guidelines
These are general guidelines to follow before you submit a patch. Please mark them as done once you complete them
- [ ] please go through the CONTRIBUTING guide
- [ ] follow LOGGING best practices
- [ ] follow Golang best practices
- [ ] run
make linton your local copy of the codebase
Hi @arpitbbhayani, can I take up this issue?
Hi @arpitbbhayani, could you please review PR #1422