Authored by chunhua

add

@@ -30,6 +30,7 @@ redmine: http://redmine.yoho.cn/issues/5172 @@ -30,6 +30,7 @@ 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 +品牌下的用户列表包含下面三种用户:(1)收藏该品牌;(2)收藏商品的品牌中包含该品牌;(3)购买过商品的品牌中包含该品牌
33 等级信息:0 普通, 1 银卡, 2 金卡, 3 白金 34 等级信息:0 普通, 1 银卡, 2 金卡, 3 白金
34 35
35 36