codecrafters-io / build-your-own-redis

Definition for the redis challenge.
https://app.codecrafters.io/courses/redis/overview
MIT License
108 stars 30 forks source link

Add byte_counts read to the debug logs. #157

Closed ryan-gang closed 3 months ago

ryan-gang commented 4 months ago

Update resp bulk string parsing error logs, to include how many bytes were read, and where the error occurred exactly.

linear[bot] commented 4 months ago

CC-1105 Add byte_counts read to the debug logs.

ryan-gang commented 4 months ago

image

Add something like Read N bytes, but didn't receive \r\n terminator at the end as expected.