Changelog
v4.0.2 - 13 Jan, 2022
EXISTS
command reply (#1819)@node-redis/bloom
Buffer
sASK
and MOVED
errors handlerChangelog
v4.0.1 - 13 Dec, 2021
NOAUTH
error when using authentication & database (#1681).quit()
in PubSub mode (#1766)name
on a client (#1758)client.hset
) in legacyMode
RedisSocketOptions
type (#1741)number
s and Buffer
s in HSET
(#1738 #1739)RedisClientType
, RedisClusterType
and some more types (#1673)@node-redis/time-series
Changelog
v4.0.0 - 24 Nov, 2021
This version is a major change and refactor, adding modern JavaScript capabilities and multiple breaking changes. See the migration guide for tips on how to upgrade.
createClient
takes new and different argumentsprefix
, rename_commands
configuration options to createClient
have been removedenable_offline_queue
configuration option is removed, executing commands on a closed client (without calling .connect()
or after calling .disconnect()
) will reject immediately.auth()
directly