From: Max Khon Date: Thu, 22 Jun 2023 12:50:07 +0000 (+0100) Subject: Document use_tls, tls {}, use_cluster_map X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4828d6cbf62dde181c67684e9fa4df7850e077f6;p=thirdparty%2Ffreeradius-server.git Document use_tls, tls {}, use_cluster_map --- diff --git a/raddb/mods-available/redis b/raddb/mods-available/redis index f8983c05cb1..63f9185e3dc 100644 --- a/raddb/mods-available/redis +++ b/raddb/mods-available/redis @@ -51,6 +51,7 @@ redis { # port = 6379 + # # password:: The password used to authenticate to the server. # # We recommend using a strong password. @@ -58,6 +59,26 @@ redis { # password = thisisreallysecretandhardtoguess # + # use_tls:: Use TLS (requires hiredis 1.0+) + # + # TLS parameters can be specified in the optional adjacent tls {} section + # +# use_tls = no +# tls { } + + # + # use_cluster_map:: Use cluster map + # + # Build cluster map during initialization. + # + # The cluster client can operate, albeit inefficiently, without a cluster map + # by following '-ASK' and '-MOVE' redirects. + # + # Disabling cluster map can be required for stunnel-based deployments. + # Alternatively, cluster map is not built during initialization when pool.start == 0 + # +# use_cluster_map = yes + # lua { ... }:: # # Configuration options which control the execution of lua scripts