Skip to content

Commit 561f354

Browse files
ioredis-robotsemantic-release-bot
authored andcommitted
chore(release): 5.8.0 [skip ci]
# [5.8.0](v5.7.0...v5.8.0) (2025-09-23) ### Bug Fixes * **ssubscribe:** re-subscribe sharded pubsub channels individually on ready ([#2012](#2012)) ([55a410f](55a410f)) ### Features * add more xtrim method overloads and tests ([#2010](#2010)) ([8a3e052](8a3e052)) * implement proper hpexpire command signatures and tests ([#2006](#2006)) ([95e80af](95e80af)) * **stream:** Add XDELEX command ([#2003](#2003)) ([7be3c8d](7be3c8d)) * support client setinfo ([#2011](#2011)) ([a5d808b](a5d808b))
1 parent a5d808b commit 561f354

File tree

12 files changed

+1199
-1134
lines changed

12 files changed

+1199
-1134
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [5.8.0](https://github.com/luin/ioredis/compare/v5.7.0...v5.8.0) (2025-09-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **ssubscribe:** re-subscribe sharded pubsub channels individually on ready ([#2012](https://github.com/luin/ioredis/issues/2012)) ([55a410f](https://github.com/luin/ioredis/commit/55a410fb1d7201d5de90ebb7a18a1c3cbf359b12))
7+
8+
9+
### Features
10+
11+
* add more xtrim method overloads and tests ([#2010](https://github.com/luin/ioredis/issues/2010)) ([8a3e052](https://github.com/luin/ioredis/commit/8a3e05205009325c1de417217c3f6156994b7079))
12+
* implement proper hpexpire command signatures and tests ([#2006](https://github.com/luin/ioredis/issues/2006)) ([95e80af](https://github.com/luin/ioredis/commit/95e80afa3f104a8911610bfeebdfb6c5cfc7a4cc))
13+
* **stream:** Add XDELEX command ([#2003](https://github.com/luin/ioredis/issues/2003)) ([7be3c8d](https://github.com/luin/ioredis/commit/7be3c8dc23403e247a32472998deff613fd8c9ad))
14+
* support client setinfo ([#2011](https://github.com/luin/ioredis/issues/2011)) ([a5d808b](https://github.com/luin/ioredis/commit/a5d808bc0bad8beab72ca0e044632a7178db5661))
15+
116
# [5.7.0](https://github.com/luin/ioredis/compare/v5.6.1...v5.7.0) (2025-07-31)
217

318

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

docs/classes/Redis.html

Lines changed: 378 additions & 364 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: 367 additions & 353 deletions
Large diffs are not rendered by default.

docs/interfaces/ClusterOptions.html

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

docs/interfaces/CommonRedisOptions.html

Lines changed: 32 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.

0 commit comments

Comments
 (0)