Replies: 1 comment 5 replies
-
That documentation sounds wrong. If you have redis configured and the redis server is down you always get an internal server error as you described it. Please check to the official documentation and not random websites |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have redis as my distributed memcache and it works fine, but I'm trying to change how it works. I've stumbled upon the docs saying you ideally shouldn't use redis for local memcache and instead use apcu. I've also found the following website:
https://www.root101.net/nextcloud-highly-available-cluster-notes/
Which states "Using APCu for local cache is a better idea, talking with an external server slows down the up. Distributed cache needs to be the same for all cluster nodes. So external REDIS server is used for this cache. When REDIS stops, cluster slows down but keeps going still."
Which is broken english, but I gather they mean this will allow nextcloud to continue working, albeit slower, when redis is down. Is this correct? Because when I stop redis it causes my nextcloud instance to have an internal server error until redis comes back up.
Beta Was this translation helpful? Give feedback.
All reactions