Discover Packages
github.com/romaxa83/mst-app
pkg
redis
package
Version:
v0.0.0-...-358e048
Opens a new window with list of versions in this module.
Published: Feb 28, 2022
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
func NewUniversalRedisClient(cfg *Config ) redis.UniversalClient
type Config struct {
Addr string `mapstructure:"addr"`
Password string `mapstructure:"password"`
DB int `mapstructure:"db"`
PoolSize int `mapstructure:"poolSize"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.