redis.toml 195 B

12345678910111213
  1. topicExpire = "10m"
  2. [topic]
  3. name = "topic"
  4. proto = "tcp"
  5. addr = "172.16.38.91:6379"
  6. idle = 10
  7. active = 10
  8. dialTimeout = "1s"
  9. readTimeout = "1s"
  10. writeTimeout = "1s"
  11. idleTimeout = "10s"