Replies: 1 comment
-
Hi @gumbarros , yes in general the idea is to use the very same Redis instance for both the distributed cache and the backplane. This is true for:
On top of that, you can use the same Redis instace even for totally different "logical caches", even for totally different apps, and to do that you need to use Named Caches with a carefully selected Hope this helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm on a on-premise environment where is more hard to configure things.
I have a WebSite and a WebApi and I want to sync the HybridCache of both, the backplane is the best option right? But should I use the same Redis instance for backplane and distributed cache?
Beta Was this translation helpful? Give feedback.
All reactions