songweihang / ABTest

A-B test modules 基于nginx+lua实现灰度测试系统
22 stars 6 forks source link

abtest:upstream:appoint 缓存获取为空 #1

Open gaoyaqiu opened 5 years ago

gaoyaqiu commented 5 years ago

generate_abtest_appoint方法中使用lrucache缓存设置了之后,在当前方法体能得到set的缓存,但是,在get_upstream_appoint方法 为何 get不要呢

set:

 c:set('abtest:upstream:appoint:' .. upstream_id, cjson.decode(upstream_appoint))

c:get("abtest:upstream:appoint:" .. upstream_id)
···
skymsg commented 5 years ago

遇到同样的问题