client@1.5.10
版本发布时间: 2023-09-20 05:54:12
redis/node-redis最新发布版本:redis@5.0.0-next.4(2023-11-10 11:42:25)
Fixes
- Handle trimmed and deleted messages in
X[AUTO]CLAIM
by @Calyhre in https://github.com/redis/node-redis/pull/2565
Enhancements
- Make
client.connect()
returnPromise<RedisClient>
by @franciscop in https://github.com/redis/node-redis/pull/2602 - fix #1970 - add support for
RESTORE
by @Moshe-RS in https://github.com/redis/node-redis/pull/2535 - fix #1956 - add support for
LATENCY HISTORY
by @avinashkrishna613 in https://github.com/redis/node-redis/pull/2555 - Add support for
CLIENT NO-TOUCH
by @codrin-ch in https://github.com/redis/node-redis/pull/2497 - Add support for
CLUSTER MYSHARDID
by @e920528 in https://github.com/redis/node-redis/pull/2528 - Add support for
PUBSUB SHARDNUMSUB
by @david02324 in https://github.com/redis/node-redis/pull/2541