santosh
santosh
I am using docker to run Redis and as client, I am using node-redis. when I am executing my code I am getting `Redis Client Error SocketClosedUnexpectedlyError: Socket closed unexpectedly`...
> I am using docker to run Redis and as client, I am using node-redis. when I am executing my code I am getting `Redis Client Error SocketClosedUnexpectedlyError: Socket closed...
@FreiburgBill your comment saved my day, service name has to be on the same line as "service:" and I am not getting an Internal server error. also, we need to...