We are having a REDIS problem when attempting to send outgoing maill. Error message displayed is:
File “/xxxxxxxxx//frappe-bench/env/local/lib/python2.7/site-packages/redis/connection.py”, line 436, in connect
raise ConnectionError(self._error_message(e))
ConnectionError: Error 111 connecting to localhost:6379. Connection refused.
Report this issue
I have determined that the REDIS service is running on port 6379:
Anybody else resolved this issue?