Releases: redis/node-redis
Releases · redis/node-redis
Fixes
- Fix v4 commands in legacy mode (#1820)
- Fix
EXISTS
command reply (#1819)
- Fix handler for "redis:invalidate" messages (#1798)
- Fix "SEPARATOR" typo in RediSearch (#1823)
Enhancements
- Add support for
Buffer
s
- Enhance
ASK
and MOVED
errors handler
Fixes
- Fix
NOAUTH
error when using authentication & database (#1681)
- Allow to
.quit()
in PubSub mode (#1766)
- Add an option to configurate
name
on a client (#1758)
- Lowercase commands (
client.hset
) in legacyMode
- Fix PubSub resubscribe (#1764)
- Fix
RedisSocketOptions
type (#1741)
Enhancements
- Add support for
number
s and Buffer
s in HSET
(#1738 #1739)
- Export
RedisClientType
, RedisClusterType
and some more types (#1673)