新增: MongoDB/Redis 代理工具
This commit is contained in:
14
redis-proxy/redis-proxy.toml
Normal file
14
redis-proxy/redis-proxy.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[server]
|
||||
port = 3310
|
||||
host = "127.0.0.1"
|
||||
|
||||
[pool]
|
||||
idle_timeout_secs = 300
|
||||
check_interval_secs = 60
|
||||
|
||||
[[connections]]
|
||||
name = "flux_dev"
|
||||
host = "39.99.243.191"
|
||||
port = 6379
|
||||
password = "suke123!"
|
||||
db = 0
|
||||
Reference in New Issue
Block a user