Module resp2

Module resp2 

Source
Expand description

RESP2 protocol implementation

This module implements the Redis Serialization Protocol (RESP2) for encoding and decoding Redis commands and responses.

Structsยง

RespDecoder
Decodes RESP values from bytes
RespEncoder
Encodes a RESP value into bytes