Commit df46dd7a947506b450bbc8e36475c81506fd61ae

Authored by 陆恒
1 parent de21a334
Exists in master

提交

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/HttpServer/redishandler/redishandler.go
... ... @@ -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  
... ...