# Functions
DefaultMessageDecodeFunc is the default function to decode a message for ReceiveData().
DefaultMessageEncodeFunc is the default function to encode and serialize the input data for SendData().
MessageDecode decodes a message encoded with MessageEncode to the provided data object.
MessageEncode encodes and serialize the input data to a string.
New creates a new instance of the Redis client wrapper.
WithMessageDecodeFunc allow to replace DefaultMessageDecodeFunc().
WithMessageEncodeFunc allow to replace DefaultMessageEncodeFunc.
WithSubscrChannelOptions sets options for the subscribed channels.
WithSubscrChannels sets the channels to subscribe to and receive data from.
# Type aliases
ChannelOption is an alias for the parent library ChannelOption.
Option is a type to allow setting custom client options.
RMessage is an alias for the parent library Message type.
SrvOptions is an alias for the parent library client options.
TDecodeFunc is the type of function used to replace the default message decoding function used by ReceiveData().
TEncodeFunc is the type of function used to replace the default message encoding function used by SendData().