v0.31.0
What's Changed
- BREAKING: remove
closer
,maxRetryCount
andisRetriable
fromConnection
by @uki00a in #386 - BREAKING: simplify
RedisReply
type, addparseReply
option toRedis#sendCommand
by @uki00a in #389 - BREAKING: remove
parseReply
fromSendCommandOptions
, addreturnUint8Arrays
instead @uki00a in #392 - fix: perform health check only when the client is in idle state by @uki00a in #387
- deps:
[email protected]
,[email protected]
by @uki00a in #394 - chore: import
lodash-es
andcluster-key-slot
from esm.sh by @uki00a in #384 - ci: cache dependencies by @uki00a in #385
Full Changelog: v0.30.0...v0.31.0