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