Commit 6fa45fa7 by wang

更改redis配置

parent 1a40590d
Showing with 21 additions and 4 deletions
;redis连接信息
[default_redis_read]
host = 192.168.1.235:6379
password = icDb29mLy2s
max_idle = 50
max_active = 5000
idle_timeout = 20
[default_redis_write]
host = 192.168.1.235:6379
password = icDb29mLy2s
max_idle = 50
max_active = 5000
idle_timeout = 20
;存放redis所有键
[redis_all]
;redis连接信息
[default_redis_read]
host = 192.168.1.235:6379
password = icDb29mLy2s
host = 192.168.2.129:6379
password = ws123678
max_idle = 50
max_active = 5000
idle_timeout = 20
[default_redis_write]
host = 192.168.1.235:6379
password = icDb29mLy2s
host = 192.168.2.129:6379
password = ws123678
max_idle = 50
max_active = 5000
idle_timeout = 20
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment