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
用于缓存容灾,我们需要支持二级缓存。二级缓存可能是一些低速的缓存类型,比如带持久化的redis,比如kv存储等。其中级目的是为了防止缓存被击穿带来的DB雪崩。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
motivation
用于缓存容灾,我们需要支持二级缓存。二级缓存可能是一些低速的缓存类型,比如带持久化的redis,比如kv存储等。其中级目的是为了防止缓存被击穿带来的DB雪崩。
The text was updated successfully, but these errors were encountered: