ioredis

๐Ÿš€ A robust, performance-focused, and full-featured Redis client for Node.js.

MIT License

Stars
13.8K
Committers
160

Bot releases are visible (Hide)

ioredis - v4.17.2

Published by ioredis-robot over 4 years ago

4.17.2 (2020-05-30)

Bug Fixes

  • _readyCheck INFO parser's handling of colon characters (#1127) (38a09e1)
ioredis - v4.17.1

Published by ioredis-robot over 4 years ago

4.17.1 (2020-05-16)

Bug Fixes

  • revert parsing username via URI due to potential breaking changes (#1134) (225ef45)
ioredis - v4.17.0

Published by ioredis-robot over 4 years ago

4.17.0 (2020-05-16)

Features

ioredis - v4.16.3

Published by ioredis-robot over 4 years ago

4.16.3 (2020-04-21)

Bug Fixes

  • scripts may not be loaded correctly in pipeline (#1107) (072d460)
ioredis - v4.16.2

Published by ioredis-robot over 4 years ago

4.16.2 (2020-04-11)

Bug Fixes

  • dismiss security alerts for dev dependencies [skip release] (758b3f2)
  • handle connection after connect event was emitted (#1095) (16a0610), closes #977
ioredis - v4.16.1

Published by ioredis-robot over 4 years ago

4.16.1 (2020-03-28)

Bug Fixes

ioredis - v4.16.0

Published by ioredis-robot over 4 years ago

4.16.0 (2020-02-19)

Features

  • ability force custom scripts to be readOnly and execute on slaves (#1057) (a24c3ab)
ioredis - v4.15.1

Published by ioredis-robot almost 5 years ago

4.15.1 (2019-12-25)

Bug Fixes

  • ignore empty hosts returned by CLUSTER SLOTS (#1025) (d79a8ef)
  • prevent exception when send custom command (04cad7f)
ioredis - v4.15.0

Published by ioredis-robot almost 5 years ago

4.15.0 (2019-11-29)

Features

  • support multiple fields for hset (51b1478)
ioredis - v4.14.4

Published by ioredis-robot almost 5 years ago

4.14.4 (2019-11-22)

Bug Fixes

  • improved performance of Pipeline.exec (#991) (86470a8)
ioredis - v4.14.3

Published by ioredis-robot almost 5 years ago

4.14.3 (2019-11-07)

Bug Fixes

  • update funding information (c83cb05)
ioredis - v4.14.2

Published by ioredis-robot almost 5 years ago

4.14.2 (2019-10-23)

Bug Fixes

  • security deps updates [skip ci] (a7095d7)
ioredis - v4.14.1

Published by ioredis-robot about 5 years ago

4.14.1 (2019-08-27)

Bug Fixes

ioredis - v4.14.0

Published by ioredis-robot about 5 years ago

4.14.0 (2019-07-31)

Features

ioredis - v4.13.1

Published by ioredis-robot about 5 years ago

4.13.1 (2019-07-22)

Bug Fixes

  • keep sentinels of options immutable (bacb7e1), closes #936
ioredis - v4.13.0

Published by ioredis-robot over 5 years ago

4.13.0 (2019-07-19)

Bug Fixes

  • cluster: suppress errors emitted from internal clients (9a113ca), closes #896 #899

Features

ioredis - v4.12.2

Published by ioredis-robot over 5 years ago

4.12.2 (2019-07-16)

Bug Fixes

  • cluster: prefer master when there're two same node for a slot (8fb9f97)
  • cluster: remove node immediately when slots are redistributed (ecc13ad), closes #930
ioredis - v4.12.1

Published by ioredis-robot over 5 years ago

4.12.1 (2019-07-15)

Bug Fixes

  • handle connecting immediately after "end" event (#929) (7bcd8a8), closes #928
ioredis - v4.12.0

Published by ioredis-robot over 5 years ago

4.12.0 (2019-07-14)

Features

ioredis - v4.11.2

Published by ioredis-robot over 5 years ago

4.11.2 (2019-07-13)

Bug Fixes

  • ETIMEDOUT error with Bluebird when connecting. (#925) (4bce38b), closes #918