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

eTag generation should be optional and configured via a global setting AND a setting per-endpoint #51

Open
a-luna opened this issue Jul 7, 2021 · 0 comments
Assignees
Labels
feature New functionality

Comments

@a-luna
Copy link
Owner

a-luna commented Jul 7, 2021

  • eTag generation should be "on" by default
  • Controlled by a value provided to the FastApiRedisCache.init() method (this Is the "global" setting)
  • Can also be configured per-endpoint by a value provided to the @cache decorator
  • The value provided to @cache overrides the global setting
@a-luna a-luna added the feature New functionality label Jul 7, 2021
@a-luna a-luna self-assigned this Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality
Projects
None yet
Development

No branches or pull requests

1 participant