Commit a441432e by xuzhenhao

增加了redis工具库中的方法

1 parent c6453bed
Showing with 1 additions and 1 deletions
...@@ -534,7 +534,7 @@ func IceGameTopRedisGetSingleUserRangeRankInfo(uid string, gtid string, gid stri ...@@ -534,7 +534,7 @@ func IceGameTopRedisGetSingleUserRangeRankInfo(uid string, gtid string, gid stri
s = i / 2 s = i / 2
} }
igt[s].UID = currUID igt[s].UID = currUID
rank, err := GetSingleUserRank("sortset:gtid:"+gtid+":gid:"+gid+":toptype:"+toptype, "ice_gametop:uid:"+uid+":gtid:"+gtid+":gid:"+gid+":toptype:"+toptype+":mykey") rank, err := GetSingleUserRank("sortset:gtid:"+gtid+":gid:"+gid+":toptype:"+toptype, "ice_gametop:uid:"+currUID+":gtid:"+gtid+":gid:"+gid+":toptype:"+toptype+":mykey")
if err != nil { if err != nil {
return nil, rank.(string), err return nil, rank.(string), err
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!