You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've implemented outputcaching using redis for umbraco, by writing my own OutputCacheProvider. However I get an exception with client dependency when running multiple sites that share the same redis store. One site tries to access the other sites app_data\clientdependency folder.
The text was updated successfully, but these errors were encountered:
Hi @ZNS - I'm too facing this issue now with Umbraco 8.10.1 and using Azure Redis Cache. The above doesn't seem to work for me. I'm seeing Object Reference errors around the provider (is my guess). Have you had to do anything for newer versions of Umbraco?
Hi,
I've implemented outputcaching using redis for umbraco, by writing my own OutputCacheProvider. However I get an exception with client dependency when running multiple sites that share the same redis store. One site tries to access the other sites app_data\clientdependency folder.
The text was updated successfully, but these errors were encountered: