Commit 2b1ce93d authored by vicotor's avatar vicotor

update code

parent 2cf1eea0
......@@ -15,7 +15,7 @@ func newCache() *CacheData {
return _cache
}
_cache = NewCacheData(context.Background(), RedisConnParam{
Addr: "192.168.1.10:6739",
Addr: "192.168.1.10:6379",
Password: "",
DbIndex: 0,
}, model.DbConfig{
......
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 to comment