After upgrading MacOS to Catalina, I'm getting this from Redis:
MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set a
re disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error opti
on). Please check the Redis logs for details about the RDB error.
Reinstalling Redis didn't solve.
I did this:
brew services restart redis
Then MacOS Catalina was asking for nginx access rights.
After that localhost was working like before.
Thank you, @bjoern-flagbit, that worked.
Looks like restarting it solved your issue. Closing here.
Most helpful comment
I did this:
brew services restart redis
Then MacOS Catalina was asking for nginx access rights.
After that localhost was working like before.