tardieu commented on issue #74: URL: https://github.com/apache/openwhisk-composer/issues/74#issuecomment-743180094
I think this error simply means that redis is not reachable from OpenWhisk actions. How are you deploying OpenWhisk? You should not be using `127.0.0.1` for the redis host. This ip is meant to be resolved from the context of a running action. Depending on how you run OpenWhisk you may need a public redis with a public ip, or you may need to establish a common network between your redis deployment and OpenWhisk and use a proper ip for this network. To start with you may try using using a "real" ip for your host (not loopback). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
