Commit 60cef48c by huangchengyi

1.0

parent 5f215aec
Showing with 4 additions and 4 deletions
...@@ -2,15 +2,15 @@ ...@@ -2,15 +2,15 @@
[default_redis_read] [default_redis_read]
host = 192.168.1.235:6379 host = 192.168.1.235:6379
password = icDb29mLy2s password = icDb29mLy2s
max_idle = 8000 max_idle = 100
max_active = 8000 max_active = 5000
idle_timeout = 20 idle_timeout = 20
[default_redis_write] [default_redis_write]
host = 192.168.1.235:6379 host = 192.168.1.235:6379
password = icDb29mLy2s password = icDb29mLy2s
max_idle = 8000 max_idle = 100
max_active = 8000 max_active = 5000
idle_timeout = 20 idle_timeout = 20
;存放redis所有键 ;存放redis所有键
......
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