#Laravel Sail connection refused.
12 messages · Page 1 of 1 (latest)
12 messages · Page 1 of 1 (latest)
I am trying to use redis but I always get this error:
RedisException
PHP 8.3.12
11.27.2
Connection refused
My .env:
CACHE_STORE=redis
CACHE_PREFIX=
MEMCACHED_HOST=127.0.0.1
# Redis
REDIS_CLIENT=phpredis
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
where is your redis running?
I am using docker compose
then your redis host likely isn't 127.0.0.1
oh
use the docker container name for the host
#1270372863412801587 message