# Functions
Marshal writes the RESP representation of v to a byte slice returned in b.
No description provided by the author
NewDecoder returns a new RESP decoder that parses values from r.
No description provided by the author
NewEncoder returns a new RESP encoder that writes to w.
NewError returns a new redis error.
No description provided by the author
NewStreamDecoder returns a new RESP stream decoder that parses values from r.
NewStreamEncoder returns a new RESP stream encoder that writes to w.
Unmarshal decodes a RESP representation of v from b.
# Variables
Codec for the RESP format.
# Structs
ClientEmitter is the implementation of a RESP emitter suitable to be used for encoding redis client requests.
Emitter implements a RESP emitter that satisfies the objconv.Emitter interface.
No description provided by the author
# Type aliases
The Error type represents redis errors.