-
Notifications
You must be signed in to change notification settings - Fork 593
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
Adds support for Tiered Caching #1149
Conversation
|
Codecov Report
@@ Coverage Diff @@
## master #1149 +/- ##
==========================================
- Coverage 50.11% 49.45% -0.66%
==========================================
Files 121 127 +6
Lines 11722 12278 +556
==========================================
+ Hits 5874 6072 +198
- Misses 4565 4828 +263
- Partials 1283 1378 +95
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
changelog detected ✅ |
how does this interact with the existing methods in |
It doesn't interact at all, rather intentionally. While I could likely remove some of the generic tiered caching work and interact with the existing |
6e8972f
to
84d4c7e
Compare
84d4c7e
to
23115d2
Compare
Leaving placeholders for the API changes as those are pending release right now. This should be ready to go @jacobbednarz |
131cef7
to
dbf7c8e
Compare
4266c4c
to
3efdce8
Compare
Adds support for utilizing previously undocumented APIs for Tiered Caching endpoints. It allows for setting zones to utilize either generic, smart or off. Implementation: * Adds three new api methods for manipulating tiered cache settings * GetTieredCache which returns the current setting * SetTieredCache which allows for manipulation of existing settings * DeleteTieredCache which allows for unsetting tiered cache
3efdce8
to
1be29fa
Compare
This functionality has been released in v0.57.1. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
Adds support for utilizing previously undocumented APIs for Tiered Caching endpoints. It allows for setting zones to utilize either generic, smart or off.
Implementation:
Description
Tiered Caching is a common use case for many developers. This adds support for utilizing the library to set tiered cache topologies and manipulate them.
Has your change been tested?
Yes.
Screenshots (if appropriate):
Types of changes
What sort of change does your code introduce/modify?
Checklist: