7 lines
95 B
Go
7 lines
95 B
Go
|
package config
|
||
|
|
||
|
type Redis struct {
|
||
|
Server
|
||
|
Pool Pool `json:"pool" yaml:"pool" toml:"pool"`
|
||
|
}
|