overflow_gateway_websocket/config/redis.go

7 lines
95 B
Go
Raw Normal View History

2017-11-10 13:24:10 +00:00
package config
type Redis struct {
Server
Pool Pool `json:"pool" yaml:"pool" toml:"pool"`
}