-
@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.- build(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot in https://github.com/litert/redis.js/pull/10
- fix(command): return keys in HMGET command correctly by @fenying in https://github.com/litert/redis.js/pull/11
- fix(protocol): decode “*-1” correctly by @fenying in https://github.com/litert/redis.js/pull/12
- Feat blmove command by @yunbookf in https://github.com/litert/redis.js/pull/13
Contributors
Read More -
@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.2
v3.0.2 CHANGES
- fix(command): Incorrect preprocessing of arguments for
SREM
command. - feat(command): Added basic supports for
ZADD
,ZREM
,ZRANGE
commands. - fix(docs): Fixed the links to the command documents.
- build(test): Initialized test flows.
Contributors
Read More