Encountering "Error: connect ECONNREFUSED 127.0.0.1:6379…" when running Google Cloud Function connecting to a Redis Instance
Im running a function to ingest data to a Redis instance. However, I am encountering an issue where I can't seem to connect to the client. Here is the part of the code where it connects to the server. const…