Storage
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
type StorageConfig struct {
*redis.Storage
Driver string `yaml:"driver" env:"STORAGE_DRIVER"`
Name string `yaml:"name" env:"STORAGE_NAME"`
Host string `yaml:"host" env:"STORAGE_HOST"`
Username string `yaml:"username" env:"STORAGE_USERNAME"`