GITLAB
newproject
/ testprojectxiaoxingxing
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
df46dd7a947506b450bbc8e36475c81506fd61ae
Authored by
陆恒
2020-08-31 10:55:02 +0800
1 parent
de21a334
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/redishandler/redishandler.go
Side-by-side Diff
Inline Diff
src/HttpServer/redishandler/redishandler.go
Wrap text
Diff comments
View file @
df46dd7
...
...
@@ -108,7 +108,7 @@ func Init() error {
108
108
}
109
109
110
110
logger.Info("init redis success!")
111
-
TestMyredis()
111
+
//
TestMyredis()
112
112
return nil
113
113
}
114
114
...
...