UNPKG

@litert/redis

Version:

A redis protocol implement for Node.js.

37 lines (24 loc) 1.26 kB
# LiteRT/Redis [![Strict TypeScript Checked](https://badgen.net/badge/TS/Strict "Strict TypeScript Checked")](https://www.typescriptlang.org) [![npm version](https://img.shields.io/npm/v/@litert/redis.svg?colorB=brightgreen)](https://www.npmjs.com/package/@litert/redis "Stable Version") [![License](https://img.shields.io/npm/l/@litert/redis.svg?maxAge=2592000?style=plastic)](https://github.com/litert/redis/blob/master/LICENSE) [![node](https://img.shields.io/node/v/@litert/redis.svg?colorB=brightgreen)](https://nodejs.org/dist/latest-v8.x/) [![GitHub issues](https://img.shields.io/github/issues/litert/redis.js.svg)](https://github.com/litert/redis.js/issues) [![GitHub Releases](https://img.shields.io/github/release/litert/redis.js.svg)](https://github.com/litert/redis.js/releases "Stable Release") A redis protocol implement for Node.js. ## Features - [x] Support read/write separation. - [x] Support pipeline. - [x] Support multi and exec. - [x] Support subscribe and publish. ## Requirement - TypeScript v3.5.1 (or newer) - Node.js v10.0.0 (or newer) ## Installation ```sh npm i @litert/redis --save ``` ## Document - [简体中文版](./docs/zh-CN/index.md) ## License This library is published under [Apache-2.0](./LICENSE) license.