dice icon indicating copy to clipboard operation
dice copied to clipboard

Bug: DiceDB cannot handle multiple commands in a single request

Open arpitbbhayani opened this issue 9 months ago • 2 comments
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

  1. setup DiceDB server locally from the source - instructions
  2. 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

arpitbbhayani avatar Jan 24 '25 11:01 arpitbbhayani

Hi @arpitbbhayani, can I take up this issue?

helios2003 avatar Jan 24 '25 11:01 helios2003

Hi @arpitbbhayani, could you please review PR #1422

debadutta98 avatar Jan 29 '25 15:01 debadutta98