Skip to content

v2.0.1

Compare
Choose a tag to compare
@fenying fenying released this 22 Mar 12:37
· 28 commits to master since this release
v2.0.1
c248ba4

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.
  • fix(protocol): fixed empty list like *-1<CR><LF>.

  • fix(command): fixed command LPOP/RPOP with 2nd argument count.

  • fix(command): fixed command MOVE.

  • feat(command): added command COPY supports.

  • feat(command): added command SWAPDB supports.

  • feat(command): added command TIME supports with methods time, secTime, msTime, usTime.

  • feat(command): added ACL user supports to command AUTH.