@litert/[email protected]

该文章根据 CC-BY-4.0 协议发表,转载请遵循该协议。
本文地址:https://fenying.net/en/project/litert/redis/v3.0.2/

@litert/redis is a Redis client library developed entirely in TypeScript, for NodeJS.

All asynchronous operations are based on Promise, and it supports transactions and messaging.

Features

  • Support read/write separation.
  • Support pipeline.
  • Support multi and exec.
  • Support subscribe and publish.

Installation

1npm install @litert/redis@^3.0.2

v3.0.2 CHANGES

  • 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.

Contributors