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

Remove version check from Redis preflight #18

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

Conversation

nyergler
Copy link
Contributor

This commit removes the INFO version check from the Redis connection
preflighting.

In our automated test suite we make extensive use of
miniredis rather than
depending on a full Redis server. Miniredis is quite capable, but does
not implement the INFO command.

Redis 5 was released in 2018 and was a significant upgrade to Redis. I
haven't seen Redis < 5 in production since shortly after 5's
release. Therefore I believe this to be a reasonable loosening of the
constraints on redisqueue.


@robinjoseph08 I understand if this isn't a change you want to pull in, just thought I'd see if we could continue tracking upstream :).

This commit removes the `INFO` version check from the Redis connection
preflighting.

In our automated test suite we make extensive use of
[`miniredis`](https://github.com/alicebob/miniredis) rather than
depending on a full Redis server. Miniredis is quite capable, but does
not implement the `INFO` command.

Redis 5 was released in 2018 and was a significant upgrade to Redis. I
haven't seen Redis < 5 in production since shortly after 5's
release. Therefore I believe this to be a reasonable loosening of the
constraints on redisqueue.
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