GoogleCloudPlatform / functions-framework-cpp

Functions Framework for C++
Apache License 2.0
48 stars 24 forks source link

Implement example: functions_memorystore_redis #108

Open coryan opened 3 years ago

coryan commented 3 years ago

Need to verify we have the pre-requisites to connect to a redis instance (possibly using hiredis). Then use:

https://github.com/GoogleCloudPlatform/golang-samples/blob/master/functions/memorystore/redis/visitcount.go#L15-L85

https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/functions/memorystore/redis/main.py#L15-L30

coryan commented 3 years ago

This can be done post-GA, several languages do not have this example.