Skip to content
New issue

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

Request to add redis cache function #256

Open
liang-hiwin opened this issue Aug 15, 2022 · 0 comments
Open

Request to add redis cache function #256

liang-hiwin opened this issue Aug 15, 2022 · 0 comments

Comments

@liang-hiwin
Copy link

At present, unbound has supported the backend database as a secondary cache in the previous versions. When Unbound cannot find an answer to a query in its built-in in-memory cache, it consults the specified backend. If it finds a valid answer in the backend, Unbound uses it to respond to the query without performing iterative DNS resolution. If Unbound cannot even find an answer in the backend, it resolves the query as usual, and stores the answer in the backend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant