mirror of
https://gitee.com/johng/gf
synced 2026-07-03 11:51:04 +08:00
20 lines
302 B
TOML
20 lines
302 B
TOML
# redis配置
|
|
[[redis-cache]]
|
|
db = 0
|
|
host = "192.168.0.100"
|
|
port = 6379
|
|
|
|
[[redis-cache]]
|
|
db = 1
|
|
host = "192.168.0.100"
|
|
port = 6379
|
|
|
|
[[redis-disk]]
|
|
db = 0
|
|
host = "192.168.0.100"
|
|
port = 6380
|
|
|
|
[[redis-disk]]
|
|
db = 1
|
|
host = "192.168.0.100"
|
|
port = 6380 |