@litert/[email protected]

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

@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.3

v3.0.3 CHANGES

Versions before v3.0.3 are marked as deprecated. Please upgrade to the latest version ASAP.

Contributors