From: Vsevolod Stakhov Date: Sun, 11 Jan 2026 15:04:28 +0000 (+0000) Subject: [Conf] Add Redis backend example to hs_helper worker config X-Git-Tag: 4.0.0~208^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd19a14c3ed1005d51664ef80b17b9af4cbf7d3c;p=thirdparty%2Frspamd.git [Conf] Add Redis backend example to hs_helper worker config --- diff --git a/conf/worker-hs_helper.inc b/conf/worker-hs_helper.inc index e204531b77..23155d8d75 100644 --- a/conf/worker-hs_helper.inc +++ b/conf/worker-hs_helper.inc @@ -16,6 +16,15 @@ # Cache backend: file (default), redis, http, or lua # cache_backend = "file"; +# Redis backend example: +# cache_backend = "redis"; +# redis { +# servers = "127.0.0.1:6379"; +# prefix = "rspamd_zhs"; +# ttl = 2592000; # 30 days +# compression = true; +# } + # Maximum time allowed for compiling a single expression (seconds) # timeout = 1.0;