casino-server icon indicating copy to clipboard operation
casino-server copied to clipboard

redis connection to localhost:6379 faild

Open huqiang0204 opened this issue 8 years ago • 1 comments

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

huqiang0204 avatar Jun 27 '17 06:06 huqiang0204

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

floatinghotpot avatar Jun 27 '17 07:06 floatinghotpot