GraphQL Subscriptions with Redis PubSub
In the last article, Realtime GraphQL Subscriptions with Node.js, we learned to create a real-time application using GraphQL subscriptions using In-built Pubsub mechanism by graphql-yoga
In this article, we would be combining the graphql-subscription...
djaytechdiary.com3 min read
helio white
super
Hello! Thanks for nice posting. And can I ask you something?
I have to run 'redis-server'?? If I don't run 'redis-server', I got an error like this.
[ioredis] Unhandled error event: Error: connect ECONNREFUSED 127.0.0.1:6379
at TCPConnectWrap.afterConnect [as oncomplete]