Understanding RESP
You can check my latest articles on https://learncodecamp.net/ REdis Serialization Protocol RESP (Redis Serialization Protocol) is a simple protocol used by Redis to communicate between the client and server. It's a text-based protocol that is easy t...
Dec 30, 20232 min read71
