Commit 2b1ce93d authored by vicotor's avatar vicotor

update code

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