Skip to content

Commit

Permalink
Update CHANGELOG.md (#1364)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md
  • Loading branch information
tillkruss committed Aug 15, 2023
1 parent f6cf2af commit 5f2b410
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
## v2.2.1 (2023-08-15)

### Added
- Added support for new optional arguments: `PEXPIRE`, `PEXPIREAT`, `INFO`, `COMMAND` (Redis 6.2, 7) (#1330)
- Client set client name and version as a part of connection establishing process. (Redis 7.2) (#1347)
- Added support for `WAITAOF` command (#1357)
- Added missing redis-stack commands to `KeyPrefix processor` (#1358)
- Added support Redis 7.0 arguments for `SHUTDOWN command` (#1359)
- Added support for `SHUTDOWN` command (#1359)
- Added support for `FUNCTION` command (#1332)
- Added support for new optional `PEXPIRE`, `PEXPIREAT` and `COMMAND`
- Added missing Redis Stack commands to `KeyPrefixProcessor` (#1358)

### Changed
- Changed interface of `CLIENT` command to more descriptive for each subcommand. (#1337)
- Set client name and version when establishing a connection (#1347)

## v2.2.0 (2023-06-14)

Expand Down

0 comments on commit 5f2b410

Please sign in to comment.