-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(functions): Fix/update GCF Memorystore sample #2780
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs a workflow file to run the tests. See https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/main/.github/workflows/functions-slack.yaml for an example
@averikitsch Thanks, done! |
Forks don't get access to secrets. I ran the test under my credentials https://github.com/GoogleCloudPlatform/nodejs-docs-samples/actions/runs/3491368815/jobs/5843921346. |
Test passed on @akitsch's run; merging. |
The Node.js Redis client's interface changed in v4 to use Promises by default, so this update addresses that.
This PR also: