Skip to content

Releases: redis/ioredis

v1.15.0

31 Jan 10:25
Compare
Choose a tag to compare

Bug Fixes

  • "MOVED" err not crashing process when slot was not assigned (6974d4d)
  • remove extra typeof in .to cluster helper (a7b0bfe)

Features

  • revisit of .to(nodeGroup) command (ba12e47)

v1.14.0

04 Jan 13:23
Compare
Choose a tag to compare
  • Support returning buffers for transactions (#223).

v1.13.2

30 Dec 03:45
Compare
Choose a tag to compare
  • Add argument transformer for msetnx to support Map (#218).