Skip to content

Commit

Permalink
chore(release): 5.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.2](redis/ioredis@v5.0.1...v5.0.2) (2022-03-30)

### Bug Fixes

* allow option maxRetriesPerRequest to be null ([#1553](redis/ioredis#1553)) ([d62a808](redis/ioredis@d62a808)), closes [#1550](redis/ioredis#1550)
* support TypeScript interface as parameters of hmset and mset ([#1545](redis/ioredis#1545)) ([3444791](redis/ioredis@3444791)), closes [#1536](redis/ioredis#1536)
  • Loading branch information
janus-dev87 committed Mar 30, 2022
1 parent 9fb5f7d commit 628c848
Show file tree
Hide file tree
Showing 11 changed files with 835 additions and 747 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## [5.0.2](https://github.com/luin/ioredis/compare/v5.0.1...v5.0.2) (2022-03-30)


### Bug Fixes

* allow option maxRetriesPerRequest to be null ([#1553](https://github.com/luin/ioredis/issues/1553)) ([d62a808](https://github.com/luin/ioredis/commit/d62a8082131389c38a24244ed29a5a9d8b06c4e7)), closes [#1550](https://github.com/luin/ioredis/issues/1550)
* support TypeScript interface as parameters of hmset and mset ([#1545](https://github.com/luin/ioredis/issues/1545)) ([3444791](https://github.com/luin/ioredis/commit/3444791a7ed807098ab17155e8d498a915f27750)), closes [#1536](https://github.com/luin/ioredis/issues/1536)

## [5.0.1](https://github.com/luin/ioredis/compare/v5.0.0...v5.0.1) (2022-03-26)


Expand Down
2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

718 changes: 359 additions & 359 deletions docs/classes/Cluster.html

Large diffs are not rendered by default.

716 changes: 358 additions & 358 deletions docs/classes/default.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html

Large diffs are not rendered by default.

80 changes: 80 additions & 0 deletions docs/interfaces/ClusterOptions.html

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions docs/interfaces/CommonRedisOptions.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/interfaces/SentinelAddress.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/interfaces/SentinelConnectionOptions.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ioredis",
"version": "4.28.5",
"version": "5.0.2",
"description": "A robust, performance-focused and full-featured Redis client for Node.js.",
"main": "./built/index.js",
"types": "./built/index.d.ts",
Expand Down

0 comments on commit 628c848

Please sign in to comment.