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

When the version of redis is < 2.6 force the batch count to 1 (single). #42

Open
guyboertje opened this issue May 18, 2016 · 2 comments

Comments

@guyboertje
Copy link
Contributor

In the register method, we need to check the Redis version by parsing the result of the INFO command - then set the batch count to 1 if the version is < 2.6.0.

@guyboertje
Copy link
Contributor Author

OTOH - should we just log and raise an exception if version is < 2.6.0.

Redis 3.2.0   Released: 06 May 2016
Redis 3.0.7   Released: 28 Jan 2016
Redis 2.8.24  Released: 18 Dec 2015
Redis 2.6.17  Released: 11 Dec 2013
Redis 2.4.18  Released: 28 Nov 2012

@guyboertje
Copy link
Contributor Author

@jordansissel - WDYT?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant