Skip to content

Commit

Permalink
chore(release): 5.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.1.0](v5.0.6...v5.1.0) (2022-06-25)

### Features

* add command typings for Redis 7.0.2. Also fix a typing issue for hgetallBuffer. ([#1611](#1611)) ([fa77c07](fa77c07))
  • Loading branch information
ioredis-robot authored and semantic-release-bot committed Jun 25, 2022
1 parent fa77c07 commit 5c989e5
Show file tree
Hide file tree
Showing 11 changed files with 1,181 additions and 1,132 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
# [5.1.0](https://github.com/luin/ioredis/compare/v5.0.6...v5.1.0) (2022-06-25)


### Features

* add command typings for Redis 7.0.2. Also fix a typing issue for hgetallBuffer. ([#1611](https://github.com/luin/ioredis/issues/1611)) ([fa77c07](https://github.com/luin/ioredis/commit/fa77c07bdeece59c2b98d670bbd2c069944a988f))

## [5.0.6](https://github.com/luin/ioredis/compare/v5.0.5...v5.0.6) (2022-05-31)


Expand Down
742 changes: 378 additions & 364 deletions docs/classes/Cluster.html

Large diffs are not rendered by default.

740 changes: 377 additions & 363 deletions docs/classes/Redis.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

722 changes: 368 additions & 354 deletions docs/interfaces/ChainableCommander.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/interfaces/ClusterOptions.html

Large diffs are not rendered by default.

46 changes: 23 additions & 23 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": "5.0.6",
"version": "5.1.0",
"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 5c989e5

Please sign in to comment.