-
Notifications
You must be signed in to change notification settings - Fork 193
Add parameters latency_tracking & repl_diskless_sync #540
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
base: master
Are you sure you want to change the base?
Conversation
|
currently I don't understand why I got this failing in CI : |
03aebb6 to
e722e04
Compare
|
|
||
| $bind_arr = [$bind].flatten | ||
|
|
||
| $default_redis_version = '8.0.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really need the version magic?
Version facts are quite opaque and lead to non-idempotent behaviour
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
those new parameters are from version 7.0.0, so I was looking for a way to keep old setup working, and providing a new config file for setup with redis version > 7.0
Pull Request (PR) description
this PR add two parameters into redis.conf :
repl-diskless-sync
latency-tracking
https://raw.githubusercontent.com/redis/redis/7.0/redis.conf
This Pull Request (PR) fixes the following issues
Fixes #531