IlyaSkriblovsky/txredisapi

password argument in SubscriberFactory

bhanuvrat opened this issue · 3 comments

Is it possible to specify the password in SubscriberFactory? How?

I tried to modify subscriber factory https://dpaste.de/M5nc#L2053 to accept password argument but am still unable to subscribe to my channel ... https://dpaste.de/q22t is what I get in error.

You must call auth() right after the connection is established. See the example.

thanks.