Skip to content

Commit

Permalink
v4.1.1 CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Picciano committed Aug 13, 2022
1 parent d1a6a71 commit 00f42f4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
Changelog from v4.0.0 and up. v3 changelog can be found in its branch.

# v4.1.1

* Fixed `NewCluster` not returning an error if it can't connect to any of the
redis instances given. (#319)

* Fix parsing for `CLUSTER SLOTS` command, which changed slightly with redis
7.0. (#320)

* Fix a bug around discarding of errors in `Conn`. (#323)

* Properly handle the `MEMORY USAGE` command in the context of a cluster. (#325)

# v4.1.0

**New**
Expand Down

0 comments on commit 00f42f4

Please sign in to comment.