Showing
1 changed file
with
1 additions
and
1 deletions
@@ -58,4 +58,4 @@ SortedSet接口, `KEY: STAR_ORDER, Value: { <LAST-CHECKIN-TIME:UID>--> 亲 | @@ -58,4 +58,4 @@ SortedSet接口, `KEY: STAR_ORDER, Value: { <LAST-CHECKIN-TIME:UID>--> 亲 | ||
58 | 所有用户的亲密度信息Cache中取前3个 | 58 | 所有用户的亲密度信息Cache中取前3个 |
59 | 59 | ||
60 | #### 获取我的亲密度排名 | 60 | #### 获取我的亲密度排名 |
61 | -从`记录用户最近一次签到时间`Cache 中找到用户最近一次签到时间(如果没有,则从数据库user_checkin_record中查找,并且设置到缓存中)-->从 `所有用户的亲密度信息` Cache 中找出Element的order | ||
61 | +从`记录用户最近一次签到时间`Cache 中找到用户最近一次签到时间(如果没有,则从数据库user_checkin_record中查找,并且设置到缓存中)-->从 `所有用户的亲密度信息` Cache 中找出Element的rank(ZRANK) |
-
Please register or login to post a comment