litert / redis.js

A Redis protocol implement for Node.js, for Redis/Valkey

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Redis protocol implement for Node.js, for Redis/Valkey

License:Apache License 2.0


Languages

Language:TypeScript 99.2%Language:JavaScript 0.7%Language:Shell 0.1%