redis.go 86 B

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