overflow_server_config/redis.go
crusader 79424c10e4 ing
2017-11-23 16:31:28 +09:00

7 lines
112 B
Go

package overflow_server_config
type Redis struct {
Server
Pool *Pool `json:"pool" yaml:"pool" toml:"pool"`
}