redis.yaml 157 B

1234567
  1. default:
  2. # the redis host address
  3. addr: "127.0.0.1:6379"
  4. # currently supports string and list only
  5. datatype: "string"
  6. # username: ""
  7. # password: ""