git-hulk commented on PR #808: URL: https://github.com/apache/incubator-kvrocks/pull/808#issuecomment-1236046749
> In the [RESP spec](https://redis.io/docs/reference/protocol-spec/) it seems only CRLF("\r\n") is the allowed delimiter. Does Redis implement a different manner actually? Yes, RESP only allows CRLF but inline mode allows only LF end of line: https://github.com/redis/redis/blob/unstable/src/networking.c#L2080 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
