Skip to content

litert/redis.js

Repository files navigation

LiteRT/Redis

Strict TypeScript Checked npm version License node GitHub issues GitHub Releases

A redis protocol implement for Node.js.

Features

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

Requirement

  • TypeScript v3.5.1 (or newer)
  • Node.js v10.0.0 (or newer)

Installation

npm i @litert/redis --save

Document

License

This library is published under Apache-2.0 license.