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
Some bug fixes:
* An important bug fix in reconnection logic. Previously, reply callbacks would be invoked twice after
a reconnect.
* Changed error callback argument to be an actual Error object.
New feature:
* Add friendly syntax for HMSET using an object.
Support for multiple response parsers and hiredis C library from Piet…
…er Noordhuis.
Return Strings instead of Buffers by default.
Empty nested mb reply bug fix.
Add all known Redis commands from Redis master, even ones that are co…
…ming in 2.2 and beyond.
Send a friendlier "error" event message on stream errors like connection refused / reset.