Skip to content

Commit 4f2ab44

Browse files
ioredis-robotsemantic-release-bot
authored andcommitted
chore(release): 5.4.0 [skip ci]
# [5.4.0](v5.3.2...v5.4.0) (2024-04-16) ### Bug Fixes * when `refreshSlotsCache` is callback concurrently, call the callback only when the refresh process is done ([#1881](#1881)) ([804ee07](804ee07)) ### Features * add support for `socketTimeout` in `Redis` ([#1882](#1882)) ([673ac77](673ac77))
1 parent 804ee07 commit 4f2ab44

12 files changed

+1144
-1125
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [5.4.0](https://github.com/luin/ioredis/compare/v5.3.2...v5.4.0) (2024-04-16)
2+
3+
4+
### Bug Fixes
5+
6+
* when `refreshSlotsCache` is callback concurrently, call the callback only when the refresh process is done ([#1881](https://github.com/luin/ioredis/issues/1881)) ([804ee07](https://github.com/luin/ioredis/commit/804ee071cab4326d1d69eec0e9d156aac4aa89f4))
7+
8+
9+
### Features
10+
11+
* add support for `socketTimeout` in `Redis` ([#1882](https://github.com/luin/ioredis/issues/1882)) ([673ac77](https://github.com/luin/ioredis/commit/673ac77d9d88bd461110da7b4a8b2b98fb45f845))
12+
113
## [5.3.2](https://github.com/luin/ioredis/compare/v5.3.1...v5.3.2) (2023-04-15)
214

315

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/Cluster.html

Lines changed: 361 additions & 361 deletions
Large diffs are not rendered by default.

docs/classes/Redis.html

Lines changed: 361 additions & 361 deletions
Large diffs are not rendered by default.

docs/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/ChainableCommander.html

Lines changed: 351 additions & 351 deletions
Large diffs are not rendered by default.

docs/interfaces/ClusterOptions.html

Lines changed: 19 additions & 19 deletions
Large diffs are not rendered by default.

docs/interfaces/CommonRedisOptions.html

Lines changed: 30 additions & 23 deletions
Large diffs are not rendered by default.

docs/interfaces/SentinelAddress.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/SentinelConnectionOptions.html

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)