mirror of
https://gitee.com/johng/gf.git
synced 2024-12-04 05:07:44 +08:00
31 lines
475 B
TOML
31 lines
475 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
|
|
|
|
# memcache配置
|
|
[[memcache]]
|
|
host = "192.168.0.101"
|
|
port = 11211
|
|
expire = 60
|
|
|
|
[[memcache]]
|
|
host = "192.168.0.102"
|
|
port = 11211
|
|
expire = 60 |