overflow_gateway_websocket/config/redis.go

7 lines
96 B
Go
Raw Normal View History

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