We are using cloud functions for returning aggregated data which internally is done using mongo aggregation queries. Looking into adding a simple caching mechanism to store response from cloud function in redis with function name and request params as key for the same.
- Can’t find a direct hook in cloud function for parse cache similar to parse queries.Is there something for cloud functions or am I better off just using a vanila node cache client
- Would appreciate any recommendation/issues with this key-value strategy