smrchy/rsmq

Redis connection with password for RSMQ Python

brnavneet opened this issue · 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?

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.