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

Upgrade ioredis to v.5 #103

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

Conversation

skalinchuk
Copy link

@skalinchuk skalinchuk commented Mar 14, 2023

Description

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

This PR upgrades IORedis to v.5 to support new features (most prominent is support for username in redis connections). Additionally, Typescript and ESLint Typescript plugins are upgraded.

  • What is the current behavior? (You can also link to an open issue here)

Currently, it's not possible to connect to an instance of Redis that requires username in addition to password.

  • What is the new behavior (if this is a feature change)?

The upgraded IORedis version supports authenticating with username in addition to passwords.

  • Other information:

@skalinchuk skalinchuk changed the title Upgrade ioredis to v.9 Upgrade ioredis to v.5 Mar 14, 2023
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.

None yet

1 participant