# Functions
No description provided by the author
Instrument - Wrap Redis UniversalClient with APM.
NewClusterRedisClient - New a redis client with cluster mode.
NewDefaultRedisClient - New a redis client with default address and single mode.
NewDefaultRedisUniversalClient - New a redis universal client with default address and single mode.
NewSentinelRedisClient - New a redis client with sentinel mode.
NewSingleRedisClient - New a redis client with single mode.
NewUniversalRedisClient - New a redis client base on configurationIf you want to use Sentinel, set MasterNameIf you want to use Cluster, Set Addresses more than one stringIf you want to use Single, Set Addresses or Address with a string.
# Constants
DefaultMaxRetries -.
DefaultPoolSize -.
DefaultRedisAddress -.
DefaultRetryAfter.
# Structs
Connection - Config connection to Redis.