Commit c203ac6d by huangchengyi

1.0

parent d62003c2
Showing with 2 additions and 4 deletions
...@@ -20,8 +20,6 @@ func main() { ...@@ -20,8 +20,6 @@ func main() {
panic(err) panic(err)
} }
logger.Log("dddd","3333",1)
ZyCronService := service.ZyCronService{} ZyCronService := service.ZyCronService{}
ZyCronService.ZyDiscount(goods_id) ZyCronService.ZyDiscount(goods_id)
} }
;redis连接信息 ;redis连接信息
[default_redis_read] [default_redis_read]
host = 172.18.137.38:6379 host = 172.18.137.39:6379
password = icDb29mLy2s password = icDb29mLy2s
max_idle = 500 max_idle = 500
max_active = 500 max_active = 500
idle_timeout = 20 idle_timeout = 20
[default_redis_write] [default_redis_write]
host = 172.18.137.39:6379 host = 172.18.137.38:6379
password = icDb29mLy2s password = icDb29mLy2s
max_idle = 500 max_idle = 500
max_active = 500 max_active = 500
......
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