Skip to content

Add support to async nature of v4+ of the Redis package#3

Open
mhsantos-sfdc wants to merge 1 commit intomasterfrom
redis-v4+-support
Open

Add support to async nature of v4+ of the Redis package#3
mhsantos-sfdc wants to merge 1 commit intomasterfrom
redis-v4+-support

Conversation

@mhsantos-sfdc
Copy link
Copy Markdown

We had an issue while testing the latest changes in a QA environment.

NodeJS Redis version 4+ introduced breaking changes. This node-celery was still using the behavior from previous versions where a Redis client would connect to the server immediately upon creation. That is not the behavior from version 4 on, as mentioned here.

This change is to explicitly call connect() after the client is created.

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