published under license Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)copy! share!
posted in category Software Development & Programming / Rails Sidekiq & Redis
posted at 24. Aug '21
Redis Not Running Or Running On Wrong Host
Errno::EADDRNOTAVAIL (Cannot assign requested address - connect(2) for [::1]:6379
Redis isn’t running on localhost. Set environment variable REDIS_URL
to real address like redis://redis:6379/0
. Or Redis is not running at all.
Add Comment