SyntaxFix
Write A Post
Hire A Developer
Questions
In my config/application.yml I have changed this
redis: url: "redis://redis:6379/0"
to this
redis: url: "redis://localhost:6379/0"
and it works for me