]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix redis that during a reload it does not fail if the redis
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 4 Nov 2024 09:14:26 +0000 (10:14 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 4 Nov 2024 09:14:26 +0000 (10:14 +0100)
  server does not connect or does not respond. It still logs the
  errors and if the server is up checks expiration features.

doc/Changelog

index 4adbb661590e350041a27ff87f854fb920cf4dbd..43614ef8cd2758912ed6b077bb5b89f0fd6e398c 100644 (file)
@@ -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.