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
As far as I can tell, this module uses the redis client's constructor instead of the factory function, so some internal setup gets missed and things break.
The problem is reported and described in more depth here: redis/node-redis#735 ...but it definitely affects users of this module.
The text was updated successfully, but these errors were encountered:
greim
changed the title
Redis client dies when it attempts a retry.
Redis client crashes process when it attempts a retry.
Apr 6, 2015
As far as I can tell, this module uses the redis client's constructor instead of the factory function, so some internal setup gets missed and things break.
The problem is reported and described in more depth here: redis/node-redis#735 ...but it definitely affects users of this module.
The text was updated successfully, but these errors were encountered: