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

Fix Redis version determination for predis replication connection #522

Merged
merged 5 commits into from
Jun 10, 2024

Conversation

yatsukhnenko
Copy link
Collaborator

The first commit just suppress warning when Redis server version couldn't be determined with INFO command.
In the second commit I tried to get INFO results from the master node for MasterSlaveReplication connection

@yatsukhnenko
Copy link
Collaborator Author

image

@yatsukhnenko
Copy link
Collaborator Author

image

@tillkruss tillkruss merged commit 781430a into develop Jun 10, 2024
2 of 4 checks passed
@tillkruss tillkruss deleted the replication-connection branch June 10, 2024 20:13
tillkruss added a commit that referenced this pull request Oct 15, 2024
* Add check that redis_version is set

* Fetch Redis server info for replicated connections

* change style

* Update CHANGELOG.md

---------

Co-authored-by: Till Krüss <[email protected]>
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.

2 participants