Skip to content

Conversation

@hdep
Copy link

@hdep hdep commented Feb 14, 2025

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

@hdep
Copy link
Author

hdep commented Feb 14, 2025

currently I don't understand why I got this failing in CI :
REFERENCE.md is outdated; to regenerate: bundle exec rake strings:generate:reference


$bind_arr = [$bind].flatten

$default_redis_version = '8.0.0'
Copy link
Contributor

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

Copy link
Author

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

@TheMeier TheMeier added enhancement New feature or request tests-fail labels Aug 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request tests-fail

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing Redis 7 Features as Class Options

2 participants