Skip to content
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

Put a cache sink in Redis CacheHelper in AzureKit #231

Closed
jeffputz opened this issue May 19, 2021 · 0 comments
Closed

Put a cache sink in Redis CacheHelper in AzureKit #231

jeffputz opened this issue May 19, 2021 · 0 comments
Assignees
Labels

Comments

@jeffputz
Copy link
Collaborator

It's super unlikely to be a problem, but the Azure functions should not use the standard SQL CacheHelper implementation. Most, if not all, of the data fetched by functions is transient or not cached anyway. But to be sure it isn't accidentally used, it should use a sink that never attempts to cache.

@jeffputz jeffputz self-assigned this May 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant