Commit 7d52ae39029898e75cd10294b7714039de4d7500
1 parent
e0937ef8
Exists in
master
提交
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/HttpServer/logic/httpserver.go
... | ... | @@ -82,12 +82,12 @@ func Testsendhttp() { |
82 | 82 | if int(time.Now().Unix())-data.LastLoginTime > 30*86400 { |
83 | 83 | right++ |
84 | 84 | logger.Info("RIGHTUUID=%v", oneuid) |
85 | - err := redishandler.GetRedisClient().HDel(redis.USER_DATA_KEY, oneuid) | |
85 | + /*err := redishandler.GetRedisClient().HDel(redis.USER_DATA_KEY, oneuid) | |
86 | 86 | if err != nil { |
87 | 87 | logger.Error("xxxxxxxxxxxxxxxxxxxxx err=%v",err) |
88 | 88 | } |
89 | 89 | redishandler.GetRedisClient().HDel(redis.USER_TASKINFO_LIST, oneuid) |
90 | - redishandler.GetRedisClient().HDel(redis.USER_ACHIEVEMENTINFO_LIST, oneuid) | |
90 | + redishandler.GetRedisClient().HDel(redis.USER_ACHIEVEMENTINFO_LIST, oneuid)*/ | |
91 | 91 | } |
92 | 92 | } |
93 | 93 | } | ... | ... |