I had this same problem, but I forgot that redis persists. If you get this error, try this command:
redis-cli ping
if you get PONG as a response, then Redis is running, and the port is in use, by Redis.
I had this same problem, but I forgot that redis persists. If you get this error, try this command:
redis-cli ping
if you get PONG as a response, then Redis is running, and the port is in use, by Redis.