Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.23 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.23 KB

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.