# Functions
ClearConfig removes all configurations and instances of redis.
ConfigFromStr parses and returns config from given str.
GetConfig returns the global configuration with specified group name.
Instance returns an instance of redis client with specified group.
New creates a redis client object with given configuration.
NewFromStr creates a redis client object with given configuration string.
NewScansCmd 实例化
*/.
RemoveConfig removes the global configuration with specified group.
SetConfig sets the global configuration for specified group.
SetConfigByStr sets the global configuration for specified group with string.
# Constants
Default configuration group name.
Default redis max active connections.
Default redis port configuration if not passed.