v2.0.1
Changes
-
fix(connection): refactored connection management
- Not use internal reconnection anymore. Instead, if a connection dead, redis.js will try
reconnect only when a command requested. Except for subscriber clients. - Disabled command timeout by default.
- Not use internal reconnection anymore. Instead, if a connection dead, redis.js will try
-
fix(protocol): fixed empty list like
*-1<CR><LF>
. -
fix(command): fixed command
LPOP
/RPOP
with 2nd argumentcount
. -
fix(command): fixed command
MOVE
. -
feat(command): added command
COPY
supports. -
feat(command): added command
SWAPDB
supports. -
feat(command): added command
TIME
supports with methodstime
,secTime
,msTime
,usTime
. -
feat(command): added ACL user supports to command
AUTH
.