package
1.5.3
Repository: https://github.com/cybergarage/go-redis.git
Documentation: pkg.go.dev

# Functions

NewArray returns a new array message.
NewMessageWithType returns a new message instance with the specified type.
NewParserWithBytes returns a new parser for the specified bytes.
NewParserWithReader returns a new parser for the specified reader.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

ErrEOM is the error returned by Array::Next() when no more message is available.
ErrNil is the error returned by Message::String() when the bytes are nil.

# Structs

Array represents a array message.
Message represents a message of Redis serialization protocol.
Paser represents a Redis serialization protocol (RESP) parser.

# Type aliases

MessageType represents a message type of Redis serialization protocol.