Getting this error while uninstalling an up

I am trying to uninstall the app using the command

bench --site site1.local uninstall-app

This is the redis connection error i get

File “/home/upande1/Documents/workspace/frappe-bench/env/local/lib/python2.7/site-packages/redis/connection.py”, line 489, in connect
raise ConnectionError(self._error_message(e))
redis.exceptions.ConnectionError: Error 111 connecting to localhost:11000. Connection refused.

Make sure bench is running in another ssh console

2 Likes

Thanks