-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
TODO: Rename index cache YAML fields: type => backend, config => backend_config #2570
Comments
pstibrany
changed the title
TODO: Rename index cache YAML fields from
TODO: Rename index cache YAML fields: type => backend, config => backend_config
May 7, 2020
type
to backend
and from config
to backend_config
This is to be done after #2532 gets merged, right? |
Yes.
That would be great! Thanks. |
2 tasks
We can close this now? |
Closing as a result of the discussion on Slack https://cloud-native.slack.com/archives/CL25937SP/p1589816009201600. Let us know if this is still desired. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#2532 has introduced new cache config for caching bucket. In this PR, we use
backend
andbackend_config
YAML fields for selecting type of cache (memcached only for now), and its configuration.This is different than what is used by index cache, where we use
type
andconfig
. We would like to rename these tobackend
andbackend_config
as well at some point.The text was updated successfully, but these errors were encountered: