Commit 56d7b078 by huangchengyi

1.0

parent 6340f04d
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 = 1000 max_idle = 8000
max_active = 1000 max_active = 8000
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 = 1000 max_idle = 8000
max_active = 1000 max_active = 8000
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