Releases: denodrivers/redis
Releases · denodrivers/redis
v0.27.4
v0.27.3
v0.27.2
What's Changed
- fix: fix
NUMSUB
command by @darrachequesne in #338 - feat(stralgo): improve type definition by @uki00a in #337
- deps:
deno@v1.26.2
,deno_std@v0.160.0
by @uki00a in #339
New Contributors
- @darrachequesne made their first contribution in #338
Full Changelog: v0.27.1...v0.27.2
v0.27.1
v0.27.0
What's Changed
- BREAKING: Treat null arrays as
BulkNil
instead of the empty array (#321) - BREAKING: Change
BulkNil
fromundefined
tonull
(#331) - feat: add
zinter
command by @ClaudiuCeia (#323) - fix: Improve type definition of
geopos
(#315) - deps:
deno@v1.25.0
,deno_std@v0.153.0
(#328) - chore(deno.json): Add
dlink
task (#330)
New Contributors
- @ClaudiuCeia made their first contribution in #323
Full Changelog: v0.26.0...v0.27.0
v0.26.0
What's Changed
- BREAKING: Simplify
Reply
andRedisPipeline
interface in #305 - BREAKING: Improve retry mechanism in #311
- BREAKING: Enable retries by default in #307
- BREAKING: Change
RedisSubscription#close()
to returnvoid
in #308 - feat: username+password auth support by @scott-ling in #310
- refactor(tests): Migrate to
std/testing/bdd
in #306 - deps:
deno@v1.22.0
,deno_std@v0.140.0
in #309
New Contributors
- @scott-ling made their first contribution in #310
Full Changelog: v0.25.5...v0.26.0