You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: