Use Redis Cache with Orchard Core #15920
Unanswered
miguelisidoro
asked this question in
Q&A
Replies: 2 comments 21 replies
-
While docs on Redis are indeed sparse, the gist of it is this:
|
Beta Was this translation helpful? Give feedback.
2 replies
-
@Piedone thanks. 1 - When you say Program, do you mean the Startup? I have in the admin the following features: If yes, can you send the features names we should reference in the code? Thanks |
Beta Was this translation helpful? Give feedback.
19 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a big solution that is using Orchard core as its backend and for now it is not running Distributed cache.
I would like to use Redis Cache as distributed cache. We are about to have 2 Azure App Service instances in our deployment (horizontal scaling) and a distributed cache system is necessary.
Is it possible to provide a full step by step guide on how to configure Redis Cache in a Orchard Core based solution?
We would like to configure all the settings necessary in Orchard Core by code if possible.
I have Googled, searched the Orchard Core official docs and searched the issues and discussions and couldn't find a detailed solution.
Can you help?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions