Skip to content
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

Allow changing the "readiness check" for different redis versions #111

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ikempf
Copy link

@ikempf ikempf commented May 23, 2019

Different versions of Redis have different startup outputs. The currently implemented readiness check works for Redis 2.8.19 but not for Redis 4.0.4 nor 5.0.5.

Redis 5.0.5 standalone output

73261:M 23 May 2019 17:40:38.542 * Ready to accept connections

Redis 5.0.5 sentinel output

73460:X 23 May 2019 17:43:28.517 # Sentinel ID is 0beaec56384551b5258545a5f41cba769a01d4f1

When defining a different redis executable (RedisExecProvider) it should be possible to override the REDIS_READY_PATTEN

@ikempf ikempf force-pushed the future_proof_readiness branch from e3e977f to c8ab6a3 Compare May 23, 2019 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant