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

Redis connection with password for RSMQ Python #133

Open
brnavneet opened this issue Apr 22, 2021 · 1 comment
Open

Redis connection with password for RSMQ Python #133

brnavneet opened this issue Apr 22, 2021 · 1 comment

Comments

@brnavneet
Copy link

Currently, the Latest version 0.4.3 RSMQ Python does not allow Redis Password as an argument.

Could you please fix it or Kindly let me know where I can Do it?

@mlasevich
Copy link

There are two easy ways to accomplish this in PyRSMQ - there is options parameter that will pass anything you want to the Redis client constructor, but easier way is, instead of all the individual parameters, just pass a client in using client parameter. Then you can create any client you want.

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

No branches or pull requests

2 participants