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

yarn start提示Redis connection to localhost:6379 failed - connect ECONNREFUSED 127.0.0.1:6379 #519

Closed
hatsuyuki2333 opened this issue Nov 5, 2022 · 2 comments

Comments

@hatsuyuki2333
Copy link

>yarn start
yarn run v1.22.19
$ npx lerna run start --stream
lerna notice cli v4.0.0
lerna info versioning independent
lerna info Executing command in 1 package: "yarn run start"
@fiora/server: $ cross-env NODE_ENV=production DOTENV_CONFIG_PATH=../../.env ts-node -r dotenv/config --transpile-only src/main.ts
@fiora/server: [2022-11-05T03:04:04.796] [ERROR] default - [redis] Redis connection to localhost:6379 failed - connect ECONNREFUSED 127.0.0.1:6379
lerna success run Ran npm script 'start' in 1 package in 13.3s:
lerna success - @fiora/server
Done in 15.71s.
@yinxin630
Copy link
Owner

你需要先运行 redis, 可以 google 一下如何运行

@hatsuyuki2333
Copy link
Author

确实忘了运行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