Support the ongoing development of Laravel.io →
posted 8 years ago
Installation
Last updated 1 year ago.
0

Connection refused [tcp://127.0.0.1:6379]

Is the service you are trying to connect to running on the localhost at port 6379?

0

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 :/

0

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?

0

Sign in to participate in this thread!

Eventy

Your banner here too?

reedhawk reedhawk Joined 20 Mar 2016

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.