Skip to content

Releases: litert/redis.js

v3.0.2

30 Apr 09:24
v3.0.2
3e8fd06
Compare
Choose a tag to compare

What's Changed

  • fix(command): Incorrect preprocessing of arguments for SREM command.
  • feat(command): Added basic supports for ZADD, ZREM, ZRANGE commands.
  • fix(docs): Fixed the links to the command documents.
  • build(test): Initialized test flows.

New Contributors

Full Changelog: v3.0.0...v3.0.2

v3.0.0

30 Oct 03:25
v3.0.0
7dc348a
Compare
Choose a tag to compare

Changes

  • build(deps): dropped @litert/exception and @litert/observable.

    Now there is no any runtime dependency.

v2.0.2

08 Jun 09:57
v2.0.2
758c861
Compare
Choose a tag to compare

Changes

  • fix(command): fixed command lpop and rpop.

v2.0.1

22 Mar 12:37
v2.0.1
c248ba4
Compare
Choose a tag to compare

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.

Release v1.2.2

19 Apr 03:58
v1.2.2
2585415
Compare
Choose a tag to compare

Changes

  • config(deps): replaced exception mechanism with @litert/exception.

Release v1.2.0

30 Mar 03:01
cbde950
Compare
Choose a tag to compare

Changes

  • Added following command methods:

    • mExists
    • eval
    • evalSHA
    • scriptLoad
    • scriptFlush
    • scriptKill
    • scriptExists
    • scriptDebug

Release v1.1.0

30 Mar 03:01
30c9352
Compare
Choose a tag to compare

Changes

  • Fixed the watch mode with a new WatchClient class.
  • Replaced TSLint with ESLint.

Release v1.0.3

15 Jan 09:12
ce6e157
Compare
Choose a tag to compare

Changes

  • Fixed: The pipeline doesn't switch database following the parent client.

Release v1.0.2

07 Jan 10:19
1b39857
Compare
Choose a tag to compare

Changes

  • Migrate deps from @litert/events to @litert/observable.

v1.0.1

19 Sep 02:35
Compare
Choose a tag to compare

Changes

A full new refactor!