rsmq icon indicating copy to clipboard operation
rsmq copied to clipboard

Redis connection with password for RSMQ Python

Open brnavneet opened this issue 3 years ago • 1 comments

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?

brnavneet avatar Apr 22 '21 12:04 brnavneet

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.

mlasevich avatar Dec 14 '23 05:12 mlasevich