-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Cache] Show how to configure redis provider #11364
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
Conversation
@xabbuh could you please double check the XML config? Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
XML looks good!
Looking at the XmlFileLoader, I it seems like key
is used instead of name, but key defaults to name. So I think name
looks more logical?
I did a quick search. Using "key" is standard on all other places in the docs |
Thank you for the reviews! |
This PR was squashed before being merged into the 3.4 branch (closes #11364). Discussion ---------- [Cache] Show how to configure redis provider This will properly fix #10989 Im not 100% confident on the xml configuration. @nicolas-grekas is this a good description of the Provider? Commits ------- 120a87e [Cache] Show how to configure redis provider
Thanks Tobias (and reviewers) for another nice Cache contribution. |
This will properly fix #10989
Im not 100% confident on the xml configuration.
@nicolas-grekas is this a good description of the Provider?