Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection refused [tcp://127.0.0.1:6379] #66

Closed
simoebenhida opened this issue Jan 11, 2018 · 4 comments
Closed

Connection refused [tcp://127.0.0.1:6379] #66

simoebenhida opened this issue Jan 11, 2018 · 4 comments

Comments

@simoebenhida
Copy link

where this issue comming from ?
screen shot 2018-01-11 at 7 37 08 pm

@roberthamel
Copy link
Contributor

This is happening because you need to install redis-server on your local machine.

Fix if using MacOS and Homebrew:

  1. Install redis with homebrew
    brew install redis
  2. Start redis server
    brew services start redis

@JeffreyWay
Copy link
Owner

JeffreyWay commented Jan 11, 2018

Looks like a Redis issue.

In your .env file, change your CACHE_DRIVER setting from redis to file.

@JeffreyWay
Copy link
Owner

Whoops, @roberthamel beat me to it. :) Closing this now.

@philip
Copy link

philip commented Jan 13, 2018

@JeffreyWay Convert this to a documentation bug?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants