redis.go 103 B

12345678
  1. package config
  2. type redis struct {
  3. Addr string
  4. Channel string
  5. Db int
  6. Password string
  7. }