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.11.1

Published by ioredis-robot over 5 years ago

4.11.1 (2019-06-26)

Bug Fixes

ioredis - v4.11.0

Published by ioredis-robot over 5 years ago

4.11.0 (2019-06-25)

Features

ioredis - v4.10.4

Published by ioredis-robot over 5 years ago

4.10.4 (2019-06-11)

Bug Fixes

  • cluster: passing frozen natMap option causes crash (3bc6165), closes #887
ioredis - v4.10.3

Published by ioredis-robot over 5 years ago

4.10.3 (2019-06-08)

Bug Fixes

  • cluster: reorder defaults arguments to prioritize user options (#889) (8da8d78)
ioredis - v4.10.2

Published by ioredis-robot over 5 years ago

4.10.2 (2019-06-08)

Bug Fixes

  • pipeline with transactions causes unhandled warnings (#884) (bbfd2fc), closes #883
ioredis - v4.10.1

Published by ioredis-robot over 5 years ago

4.10.1 (2019-06-08)

Bug Fixes

  • upgrade deps to resolve security vulnerabilities warnings (#885) (98c27cf)
ioredis - v4.10.0

Published by ioredis-robot over 5 years ago

4.10.0 (2019-05-23)

Features

ioredis - v4.9.5

Published by ioredis-robot over 5 years ago

4.9.5 (2019-05-15)

Bug Fixes

ioredis - v4.9.4

Published by ioredis-robot over 5 years ago

4.9.4 (2019-05-13)

Bug Fixes

ioredis - v4.9.3

Published by ioredis-robot over 5 years ago

4.9.3 (2019-05-07)

Bug Fixes

  • more meaningful errors when using pipeline after exec(). (#858) (0c3ef01)
ioredis - v4.9.2

Published by ioredis-robot over 5 years ago

4.9.2 (2019-05-03)

Bug Fixes

ioredis - v4.9.1

Published by ioredis-robot over 5 years ago

4.9.1 (2019-03-22)

Bug Fixes

ioredis - v4.9.0

Published by ioredis-robot over 5 years ago

4.9.0 (2019-03-18)

Features

  • sentinel: support Sentinel instances with authentication. (#817) (2437eae)
ioredis - v4.8.0

Published by ioredis-robot over 5 years ago

4.8.0 (2019-03-12)

Features

ioredis - v4.7.0

Published by ioredis-robot over 5 years ago

4.7.0 (2019-03-12)

Features

  • add updateSentinels option to control new sentinel values being added to the original list (#814) (50a9db7), closes #798
ioredis - v4.6.3

Published by ioredis-robot over 5 years ago

4.6.3 (2019-02-03)

Bug Fixes

  • add second arg to "node error" to know which node failed (#793) (6049f6c), closes #774
ioredis - v4.6.2

Published by ioredis-robot over 5 years ago

4.6.2 (2019-02-02)

Bug Fixes

  • subscriber initialization when using Cluster (#792) (32c48ef), closes #791
ioredis - v4.6.1

Published by ioredis-robot over 5 years ago

4.6.1 (2019-01-29)

Bug Fixes

  • Cluster: ignore connection errors for subscriber. (#790) (f368c8a), closes #768
ioredis - v4.6.0

Published by ioredis-robot over 5 years ago

4.6.0 (2019-01-21)

Features

  • add maxLoadingRetryTime option when redis server not ready (#784) (0e7713f)
ioredis - v4.5.1

Published by ioredis-robot almost 6 years ago

4.5.1 (2019-01-13)

Performance Improvements

  • add checking and loading scripts uniqueness in pipeline (#781) (66075ba)