Skip to content

Commit 2ed6414

Browse files
ioredis-robotsemantic-release-bot
authored andcommitted
chore(release): 5.6.0 [skip ci]
# [5.6.0](v5.5.0...v5.6.0) (2025-03-05) ### Features * Sharded pub/sub support via dedicated subscribers ([#1956](#1956)) ([963a395](963a395))
1 parent 963a395 commit 2ed6414

12 files changed

+1139
-1127
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [5.6.0](https://github.com/luin/ioredis/compare/v5.5.0...v5.6.0) (2025-03-05)
2+
3+
4+
### Features
5+
6+
* Sharded pub/sub support via dedicated subscribers ([#1956](https://github.com/luin/ioredis/issues/1956)) ([963a395](https://github.com/luin/ioredis/commit/963a395cd52cc12c0aa2b2bd23b55248c5b97d19))
7+
18
# [5.5.0](https://github.com/luin/ioredis/compare/v5.4.2...v5.5.0) (2025-02-07)
29

310

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: 25 additions & 20 deletions
Large diffs are not rendered by default.

docs/interfaces/CommonRedisOptions.html

Lines changed: 24 additions & 24 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.

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": "5.5.0",
3+
"version": "5.6.0",
44
"description": "A robust, performance-focused and full-featured Redis client for Node.js.",
55
"main": "./built/index.js",
66
"types": "./built/index.d.ts",

0 commit comments

Comments
 (0)