Create & Init Project...
This commit is contained in:
13
app/interface/bbq/comment/configs/redis.toml
Normal file
13
app/interface/bbq/comment/configs/redis.toml
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
demoExpire = "24h"
|
||||
|
||||
[demo]
|
||||
name = "comment"
|
||||
proto = "tcp"
|
||||
addr = "127.0.0.1:6389"
|
||||
idle = 10
|
||||
active = 10
|
||||
dialTimeout = "1s"
|
||||
readTimeout = "1s"
|
||||
writeTimeout = "1s"
|
||||
idleTimeout = "10s"
|
Reference in New Issue
Block a user