# Functions
GetRedisClient func.
GetRedisClientManager func.
InstallRedisClientManager func; default value env key is "Redis"; if configKeys was set, key env will be first value (not empty) of this; For the config, if addr is not empty, create redis node connection, if addrs and master name is not empty, create redis sentinel connection, otherwise create redis cluster connection.
InstallRedisClientManagerWithConfig func; For the config, if addr is not empty, create redis node connection, if addrs and master name is not empty, create redis sentinel connection, otherwise create redis cluster connection.
NewRedisUniversalClient func;.
# Constants
No description provided by the author
# Structs
No description provided by the author
RedisConfig - Redis client config.
RedisPool type.