Skip to content

Commit f7e669b

Browse files
authored
WPB-9102 gundeck: Better tolerance for redis-cluster restarts (#4084)
* hedis: Upgrade to fix connection timeout issues with cluster Upstream PR: informatikr/hedis#227 * changelog
1 parent 6b59c4f commit f7e669b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

changelog.d/3-bug-fixes/redis

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
gundeck: Better tolerance for redis-cluster restarts

nix/haskell-pins.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,12 @@ let
130130

131131
# PR: https://github.com/informatikr/hedis/pull/224
132132
# PR: https://github.com/informatikr/hedis/pull/226
133+
# PR: https://github.com/informatikr/hedis/pull/227
133134
hedis = {
134135
src = fetchgit {
135136
url = "https://github.com/wireapp/hedis";
136-
rev = "c45975e4b5f42b9d0c853e2d59ed55582f6b1482";
137-
sha256 = "sha256-oB7Z7ErYFguLiWPaFzCsD3Q+7UPfAkvdkc8aKSePmbQ=";
137+
rev = "87f4a5ecfa572dfdc9ebe905485d0012ad2d1833";
138+
sha256 = "sha256-3evlUj/n39SYncJDUjN6hk12tn/DyCFy2TFvP0/6xdU=";
138139
};
139140
};
140141

0 commit comments

Comments
 (0)