TCP gives you bytes. RESP gives you meaning.
Why raw bytes are not enough, and how Redis solved message framing with a dead simple protocol.
meow.log home
Why raw bytes are not enough, and how Redis solved message framing with a dead simple protocol.
Redis is single-threaded. It should be slow. It is not. Here is why.