DiceDB / dice

DiceDB is a redis-compliant, reactive, scalable, highly-available, unified cache optimized for modern hardware.
https://dicedb.io/
Other
6.86k stars 1.09k forks source link

#1245: Fix RESP parser to parse strings with multiple \r #1246

Closed c-harish closed 2 weeks ago

c-harish commented 2 weeks ago

Adds fix for RESP parser to parse string containing multiple \r until it encounters the first \r immediately followed by a \n.

Fixes #1245 and unblocks #1089

c-harish commented 2 weeks ago

Hi, @apoorvyadav1111. Please review. Thanks