# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.0.4](https://github.com/nest-modules/ioredis/compare/v2.0.3...v2.0.4) (2025-05-29)

### [2.0.3](https://github.com/nest-modules/ioredis/compare/v2.0.2...v2.0.3) (2025-05-29)

### [2.0.2](https://github.com/nest-modules/ioredis/compare/v2.0.1...v2.0.2) (2024-02-24)


### Bug Fixes

* bugfix health provider ([82ae2d3](https://github.com/nest-modules/ioredis/commit/82ae2d3b024836e51e579c58173ee5085410ab9f))

### [2.0.1](https://github.com/nest-modules/ioredis/compare/v2.0.0...v2.0.1) (2023-12-22)


### Bug Fixes

* The 'port' and 'host' fields should no longer appear as mandatory ([a2d519a](https://github.com/nest-modules/ioredis/commit/a2d519a0f66ebf10be07373a9911b640752c2587))

## [2.0.0](https://github.com/nest-modules/ioredis/compare/v1.2.4...v2.0.0) (2023-12-22)


### Features

* add cluster support and foo samples ([ad220d7](https://github.com/nest-modules/ioredis/commit/ad220d7024a861d22d3efb0cf42c9358652d3cff))


### Bug Fixes

* Add two Redis instance options, one when a URL exists and one when it doesn't ([f5d1819](https://github.com/nest-modules/ioredis/commit/f5d1819387a05ddc0fc1c293b9bdccbaa8a28d56))

### [1.2.4](https://github.com/nest-modules/ioredis/compare/v1.2.3...v1.2.4) (2023-12-21)


### Bug Fixes

* correct the documentation of the library regarding the health indicator ([c2ec01d](https://github.com/nest-modules/ioredis/commit/c2ec01d4d535a09c9a83d1ab00441e458ad247b6))

### [1.2.3](https://github.com/nest-modules/ioredis/compare/v1.2.2...v1.2.3) (2023-12-21)

### [1.2.2](https://github.com/nest-modules/ioredis/compare/v1.2.1...v1.2.2) (2023-12-21)


### Bug Fixes

* correct the use of the redis health indicator ([8f61004](https://github.com/nest-modules/ioredis/commit/8f61004f2984f5ae2949b6664efcc004071fced7))

### [1.2.1](https://github.com/nest-modules/ioredis/compare/v1.2.0...v1.2.1) (2023-12-21)

## [1.2.0](https://github.com/nest-modules/ioredis/compare/v1.1.2...v1.2.0) (2023-12-21)


### Features

* add redis health indicator ([ffc2ad7](https://github.com/nest-modules/ioredis/commit/ffc2ad7c49cd1b68a519db9d3bf81c582e562b2d))

### [1.1.2](https://github.com/nest-modules/ioredis/compare/v1.1.1...v1.1.2) (2023-12-21)

### [1.1.1](https://github.com/nest-modules/ioredis/compare/v1.1.0...v1.1.1) (2023-12-20)


### Bug Fixes

* add tslib ([c4dce84](https://github.com/nest-modules/ioredis/commit/c4dce84e890ab030ea08c3bd191366f7b0c6f4f0))

## [1.1.0](https://github.com/nest-modules/ioredis/compare/v1.0.1...v1.1.0) (2023-12-20)

### 1.0.1 (2022-06-19)


### Features

* add ioredis nestjs module ([fd1acfc](https://github.com/nest-modules/ioredis/commit/fd1acfc22703a4908ed022a264d7eddf57ebb23d))


### Bug Fixes

* the connection parameter should be optional ([3825c0c](https://github.com/nest-modules/ioredis/commit/3825c0c11de5ce09c30dea7ce0c115552ea23e6f))
* upgrade to latest version ([d4c5842](https://github.com/nest-modules/ioredis/commit/d4c5842b0983de1a18a939028780b50df2236200))
