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

redis connection to localhost:6379 faild #24

Open
huqiang0204 opened this issue Jun 27, 2017 · 1 comment
Open

redis connection to localhost:6379 faild #24

huqiang0204 opened this issue Jun 27, 2017 · 1 comment

Comments

@huqiang0204
Copy link

redis connection to localhost:6379 faild -connect ECONNREFUSED 127.0.0.1:6379。How to solve

@floatinghotpot
Copy link
Owner

floatinghotpot commented Jun 27, 2017

you need install & run redis-server first.

if you are using ubuntu and apt.

$ sudo apt-get update
$ sudo apt-get install redis-server

if you are using macOS and homebrew:

$ brew install redis

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

2 participants