# Functions
No description provided by the author
NewClient returns a new redis client.
NewClientWithConfigPath returns a new redis client with options from config path.
NewClientWithOptions returns a new redis client with options.
NewClusterClient returns a new ClusterClient.
NewClusterClientWithConfigPath returns a new ClusterClient with options from config path.
NewClusterClientWithOptions returns a new ClusterClient with options.
NewManagedClient returns a new managed client with default options.
NewManagedClientWithConfigPath returns a new managed client with options from config path.
NewManagedClientWithOptions returns a new managed client with options.
NewManagedClusterClient returns a new managed client with default options.
NewManagedClusterClientWithConfigPath returns a new managed client with options from config path.
NewManagedClusterClientWithOptions returns a new managed client with options.
NewOptions returns options from config file or environment vars.
NewOptionsWithPath unmarshals a given key path into options and returns it.
# Constants
No description provided by the author
# Structs
ClientOptions represents the redis client options.
ClusterOptions represents a redis cluster client options.
ManagedClient represents a redis managed client.
ManagedClusterClient represents a redis cluster managed client.
Options represents redis client set options.
SentinelOptions represents redis sentinel options.
# Type aliases
ClusterPlugin represents a redis cluster plugin func signature.
Plugin defines a function to process plugin.