Releases: denodrivers/redis
Releases · denodrivers/redis
v0.32.0
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
v0.30.0
What's Changed
- feat: support health check by @uki00a in #368
- refactor: move command queue from
MuxExecutor
toRedisConnection
by @uki00a in #383 - deps:
[email protected]
,[email protected]
by @uki00a in #382
Full Changelog: v0.29.4...v0.30.0
v0.29.4
What's Changed
- feat: Expand
XIdInput
to string by @r-ae-i in #378 - deps:
[email protected]
,[email protected]
by @uki00a in #379 - chore(tests): migrate
Deno.run
toDeno.Command
by @uki00a in #375 - chore(deno.json): migrate to new format by @uki00a in #377
- ci: re-enable
deno task make_mod
by @uki00a in #376
New Contributors
- @r-ae-i made their first contribution in #378
Full Changelog: v0.29.3...v0.29.4
v0.29.3
What's Changed
- fix: pubsub message dupes by @caellach in #371
- deps:
[email protected]
,[email protected]
by @uki00a in #373
New Contributors
Full Changelog: v0.29.2...v0.29.3
v0.29.2
What's Changed
- fix:
SORT
with multiple patterns by @whymidnight in #364 - test:
SORT
with multiple patterns by @uki00a in #365
New Contributors
- @whymidnight made their first contribution in #364
Full Changelog: v0.29.1...v0.29.2
v0.29.1
What's Changed
- deps:
[email protected]
,[email protected]
by @uki00a in #362
Full Changelog: v0.29.0...v0.29.1
v0.29.0
v0.28.0
What's Changed
- feat: PubSub with binary messages by @uki00a in #354
- feat: automatic reconnection by @uki00a in #349
- deps:
[email protected]
,[email protected]
by @uki00a in #357
Full Changelog: v0.27.4...v0.28.0
v0.27.4
What's Changed
- perf(protocol/command): optimize
writeCommand
by @uki00a in #351 - deps:
[email protected]
,[email protected]
by @uki00a in #353
Full Changelog: v0.27.3...v0.27.4