Connection refused [tcp://127.0.0.1:6379]
Is the service you are trying to connect to running on the localhost at port 6379?
TerrePorter said:
Connection refused [tcp://127.0.0.1:6379]
Is the service you are trying to connect to running on the localhost at port 6379? Yes it is thats why I dont know whats wrong :/
Maybe to try accessing redis in a terminal using the redis-cli command
> redis-cli
redis> ping
PONG
There is also a monitoring log command that can be run from a terminal,
> redis-cli monitor
Not sure what else to offer, usually a connection refused error is the service is not running or maybe a firewall is blocking the port but that is not normal for localhost connections.
Are you using homestead or is this a different server setup? I have had selinux blocking port on other servers, is there anything in the machine error log?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community