Commit 3061e5db by xuzhenhao

增加了redis工具库中的方法

1 parent eaeb8632
Showing with 1 additions and 0 deletions
...@@ -545,6 +545,7 @@ func IceGameTopRedisGetSingleUserRangeRankInfo(uid string, gtid string, gid stri ...@@ -545,6 +545,7 @@ func IceGameTopRedisGetSingleUserRangeRankInfo(uid string, gtid string, gid stri
if err != nil { if err != nil {
return nil, count.(string), err return nil, count.(string), err
} }
log.Println(count)
igt[s].RankIndex = int(count.(int64)) - 1 - rank.(int) igt[s].RankIndex = int(count.(int64)) - 1 - rank.(int)
igt[s].MyKey = strList[i+1] igt[s].MyKey = strList[i+1]
//查询储存昵称以及头像url的redis //查询储存昵称以及头像url的redis
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!