bilibili-backup/app/service/bbq/topic/configs/redis.toml

14 lines
195 B
TOML
Raw Permalink Normal View History

2019-04-22 10:59:20 +08:00
topicExpire = "10m"
[topic]
name = "topic"
proto = "tcp"
addr = "172.16.38.91:6379"
idle = 10
active = 10
dialTimeout = "1s"
readTimeout = "1s"
writeTimeout = "1s"
idleTimeout = "10s"