We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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) ···
The text was updated successfully, but these errors were encountered:
遇到同样的问题
Sorry, something went wrong.
No branches or pull requests
generate_abtest_appoint方法中使用lrucache缓存设置了之后,在当前方法体能得到set的缓存,但是,在get_upstream_appoint方法 为何 get不要呢
set:
The text was updated successfully, but these errors were encountered: