Skip to content

Commit e451c62

Browse files
ioredis-robotsemantic-release-bot
authored andcommitted
chore(release): 4.30.0 [skip ci]
# [4.30.0](v4.29.1...v4.30.0) (2025-04-11) ### Features * added the option for disabling slots refresh, fixed concurrent calls to refreshSlotsCache ([#1972](#1972)) ([3ef36dc](3ef36dc))
1 parent 3ef36dc commit e451c62

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [4.30.0](https://github.com/luin/ioredis/compare/v4.29.1...v4.30.0) (2025-04-11)
2+
3+
4+
### Features
5+
6+
* added the option for disabling slots refresh, fixed concurrent calls to refreshSlotsCache ([#1972](https://github.com/luin/ioredis/issues/1972)) ([3ef36dc](https://github.com/luin/ioredis/commit/3ef36dc2c28a2a8f6e27401259fadbf561b4ff9f))
7+
18
## [4.29.1](https://github.com/luin/ioredis/compare/v4.29.0...v4.29.1) (2025-03-05)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ioredis",
3-
"version": "4.29.1",
3+
"version": "4.30.0",
44
"description": "A robust, performance-focused and full-featured Redis client for Node.js.",
55
"main": "built/index.js",
66
"files": [

0 commit comments

Comments
 (0)