-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Description
Not sure if I'm missing something, but if I clone the project and try to run the server using node for the video tutorial, I get:
node server.js
{ name: 'Nohm Error',
message: 'Warning: setClient() received a redis client that is not connected yet. Consider waiting for an established connection before setting it.' }
events.js:72
throw er; // Unhandled 'error' event
^
Error: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED
at RedisClient.on_error (/net/iwebdev2/export/home/web/public/htdocs/staff/cohenaa/projects/video-backbone-beginner-server/node_modules/redis/index.js:189:24)
at Socket.<anonymous> (/net/iwebdev2/export/home/web/public/htdocs/staff/cohenaa/projects/video-backbone-beginner-server/node_modules/redis/index.js:95:14)
at Socket.EventEmitter.emit (events.js:95:17)
at net.js:441:14
at process._tickCallback (node.js:415:13)
I'd love to follow the tutorial without mocking up the responses. Any help is much appreciated! I did google this error and saw something on SO about calling setClient(redis), but it looks like that's already being done.
Metadata
Metadata
Assignees
Labels
No labels