We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b59c4f commit f7e669bCopy full SHA for f7e669b
changelog.d/3-bug-fixes/redis
@@ -0,0 +1 @@
1
+gundeck: Better tolerance for redis-cluster restarts
nix/haskell-pins.nix
@@ -130,11 +130,12 @@ let
130
131
# PR: https://github.com/informatikr/hedis/pull/224
132
# PR: https://github.com/informatikr/hedis/pull/226
133
+ # PR: https://github.com/informatikr/hedis/pull/227
134
hedis = {
135
src = fetchgit {
136
url = "https://github.com/wireapp/hedis";
- rev = "c45975e4b5f42b9d0c853e2d59ed55582f6b1482";
137
- sha256 = "sha256-oB7Z7ErYFguLiWPaFzCsD3Q+7UPfAkvdkc8aKSePmbQ=";
+ rev = "87f4a5ecfa572dfdc9ebe905485d0012ad2d1833";
138
+ sha256 = "sha256-3evlUj/n39SYncJDUjN6hk12tn/DyCFy2TFvP0/6xdU=";
139
};
140
141
0 commit comments