Showing
1 changed file
with
3 additions
and
0 deletions
@@ -30,6 +30,9 @@ redmine: http://redmine.yoho.cn/issues/5172 | @@ -30,6 +30,9 @@ redmine: http://redmine.yoho.cn/issues/5172 | ||
30 | ### 获取收藏&购买过某个品牌的用户列表 | 30 | ### 获取收藏&购买过某个品牌的用户列表 |
31 | Redis SortedSet, KEY 为 `BD:BRAND_RELATED_USERS:001`, 001是品牌的ID, Element为用户ID列表,[10232323, 105656565], SCORE为用户的VIP等级. | 31 | Redis SortedSet, KEY 为 `BD:BRAND_RELATED_USERS:001`, 001是品牌的ID, Element为用户ID列表,[10232323, 105656565], SCORE为用户的VIP等级. |
32 | 32 | ||
33 | +等级信息:0 普通, 1 银卡, 2 金卡, 3 白金 | ||
34 | + | ||
35 | + | ||
33 | 36 | ||
34 | ### 获取上新的品牌列表, ,只保存最早的20条 | 37 | ### 获取上新的品牌列表, ,只保存最早的20条 |
35 | Redis List, KEY 为 `BD:LAST_ADDED_BRANDS:2016-04-18`, VALUE为品牌ID列表,[001, 002, 003] 最左边是当前最早上新的品牌. | 38 | Redis List, KEY 为 `BD:LAST_ADDED_BRANDS:2016-04-18`, VALUE为品牌ID列表,[001, 002, 003] 最左边是当前最早上新的品牌. |
-
Please register or login to post a comment