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/RPOPwith 2nd argumentcount. -
fix(command): fixed command
MOVE. -
feat(command): added command
COPYsupports. -
feat(command): added command
SWAPDBsupports. -
feat(command): added command
TIMEsupports with methodstime,secTime,msTime,usTime. -
feat(command): added ACL user supports to command
AUTH.