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

feat(plugin/redis): add username and tls to redis connection #610

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

Conversation

pmpetit
Copy link

@pmpetit pmpetit commented Aug 4, 2023

As now connection with username is possible (instead of using the generic default user)
we could use a username and tls to connect to redis, using the connection tab.

as describe here
https://github.com/redis/ioredis/blob/9c175502b53b400a31bd8bddc8e9a469856bc820/README.md?plain=1#L897
I changed some parameters in the ioredis connection.

I hope it helps
Thanks

Copy link
Member

@janproch janproch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested it and it dowsn't work now for simple local connections

port,
password,
db,
tls: {},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this is neccessary? This line breaks connection to redis locally (Without user it works)

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

2 participants