package
1.1.15
Repository: https://github.com/kephas73/lib-kephas.git
Documentation: pkg.go.dev

# 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

# Variables

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

# Structs

No description provided by the author
RedisConfig - Redis client config.
RedisPool type.