Expand description
RESP2 protocol implementation
This module implements the Redis Serialization Protocol (RESP2) for encoding and decoding Redis commands and responses.
Structsยง
- Resp
Decoder - Decodes RESP values from bytes
- Resp
Encoder - Encodes a RESP value into bytes