We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
customConfig: - 'save ""'
apply the yaml, and check the config:
127.0.0.1:6379> config get save 1) "save" 2) "1 1"
It not work, but if you set a value like save 10000 1 it works.
save 10000 1
How can I do if I want set save ""?
save ""
The text was updated successfully, but these errors were encountered:
level=error msg="error on object processing: ERR Invalid argument '""' for CONFIG SET 'save'" controller-id=redisfailover object-key=default/redisfailover operator=redisfailover service=kooper.controller src="controller.go:279"
Sorry, something went wrong.
This issue is stale because it has been open for 45 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
fix: disable save break process in custom config
efdcf02
fix spotahome#262 spotahome#411 spotahome#124
No branches or pull requests
apply the yaml, and check the config:
It not work, but if you set a value like
save 10000 1
it works.How can I do if I want set
save ""
?The text was updated successfully, but these errors were encountered: