Finally solve the redis-cache issue.
I had to go to frappe/bench/logs directory, and open redis-cache.error.log to find that there were an issue at line 6 of the configuratino file. It was an emply save “”.
So I removed this line from the config/redis_cache.conf and did a
sudo supervisorctl reload