Suddenly my server went down with this error:
redis.exceptions.ConnectionError: Error 111 connecting to localhost:6379
Reinstalling didn’t work, all configs were fine. In the end I manually daemonized it:
redis-server --daemonize yes
And it worked.