...
|
...
|
@@ -58,4 +58,4 @@ SortedSet接口, `KEY: STAR_ORDER, Value: { <LAST-CHECKIN-TIME:UID>--> 亲 |
|
|
所有用户的亲密度信息Cache中取前3个
|
|
|
|
|
|
#### 获取我的亲密度排名
|
|
|
从`记录用户最近一次签到时间`Cache 中找到用户最近一次签到时间(如果没有,则从数据库user_checkin_record中查找,并且设置到缓存中)-->从 `所有用户的亲密度信息` Cache 中找出Element的order |
|
|
\ No newline at end of file |
|
|
从`记录用户最近一次签到时间`Cache 中找到用户最近一次签到时间(如果没有,则从数据库user_checkin_record中查找,并且设置到缓存中)-->从 `所有用户的亲密度信息` Cache 中找出Element的rank(ZRANK) |
|
|
\ No newline at end of file |
...
|
...
|
|