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

Log `received_bytes`, check why callback is not being called properly. #156

Closed ryan-gang closed 4 months ago

ryan-gang commented 4 months ago

Received bytes are not being logged properly.

linear[bot] commented 4 months ago

CC-1104 Log `received_bytes`, check why callback is not being called properly.

ryan-gang commented 4 months ago

Context:

image

Debugging would be much easier if the received bytes can be shown to user.

ryan-gang commented 4 months ago

For NIL values we also need to add RESP formattedString "NIL".