From: W.C.A. Wijngaards Date: Mon, 4 Nov 2024 09:14:26 +0000 (+0100) Subject: - Fix redis that during a reload it does not fail if the redis X-Git-Tag: release-1.23.0rc1~105 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=533c3b0514b482514309b5dba1a430942f58fab5;p=thirdparty%2Funbound.git - Fix redis that during a reload it does not fail if the redis server does not connect or does not respond. It still logs the errors and if the server is up checks expiration features. --- diff --git a/doc/Changelog b/doc/Changelog index 4adbb6615..43614ef8c 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,8 @@ +4 November 2024: Wouter + - Fix redis that during a reload it does not fail if the redis + server does not connect or does not respond. It still logs the + errors and if the server is up checks expiration features. + 1 November 2024: Yorgos - Merge #1159: Stats for discard-timeout and wait-limit. - Add test case for #1159.