'RedisException php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution
I have Redis and php-redis extension installed but whenever I wanna use a queue in Laravel I just get the error below
RedisException
php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution
Solution 1:[1]
docker-compose restart redis (or the same name wich you gived your redis-server)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Tnksss |
