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
写入缓存后
写入缓存,更新缓存,缓存自然过期后,Count得到的值错误,在生产环境中是值少了,测试的时候值多了,不是正确的值
// 添加10条缓存,等待缓存过期 var z = _cachingProvider.GetAllKeysByPrefix("DeviceRunningInfo_"); var c = await _cachingProvider.GetCountAsync("DeviceRunningInfo_"); // z=0 正确 // c=10 错误
The text was updated successfully, but these errors were encountered:
@wujunchengman Thanks for your interest in this project.
We will take a look ASAP.
cc @Memoyu
Sorry, something went wrong.
styles: format code dotnetcore#497
9ece7ff
Fix no check expires when get cache count in memory cache (#498)
151be2b
* fix: no check expires when get cache count in memory cache * styles: format code #497 * feat: add test
Successfully merging a pull request may close this issue.
Description
写入缓存后
Steps to Reproduce
写入缓存,更新缓存,缓存自然过期后,Count得到的值错误,在生产环境中是值少了,测试的时候值多了,不是正确的值
Related code
Specifications
The text was updated successfully, but these errors were encountered: