casino-server
casino-server copied to clipboard
redis connection to localhost:6379 faild
redis connection to localhost:6379 faild -connect ECONNREFUSED 127.0.0.1:6379。How to solve
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