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
thanks a lot for Redis.pm. Anyway when we use a Redis object to subscribe to a channel, the reconnect mechanism always fail to reconnect to a restarted server when a password is asked. This is due to __is_valid_command which check that we're not in subscribe mode, so the "AUTH" command is never sent: Cannot use command 'auth' while in SUBSCRIBE mode, at /usr/share/perl5/vendor_perl/Redis.pm.
Best regards,
Xavier
The text was updated successfully, but these errors were encountered:
Hi,
thanks a lot for Redis.pm. Anyway when we use a Redis object to subscribe to a channel, the reconnect mechanism always fail to reconnect to a restarted server when a password is asked. This is due to
__is_valid_command
which check that we're not in subscribe mode, so the "AUTH" command is never sent:Cannot use command 'auth' while in SUBSCRIBE mode, at /usr/share/perl5/vendor_perl/Redis.pm
.Best regards,
Xavier
The text was updated successfully, but these errors were encountered: