overflow_gateway_websocket/config/redis.go
2017-11-10 22:24:10 +09:00

7 lines
95 B
Go

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