]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Document use_tls, tls {}, use_cluster_map
authorMax Khon <fjoe@samodelkin.net>
Thu, 22 Jun 2023 12:50:07 +0000 (13:50 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 27 Jun 2023 23:52:40 +0000 (19:52 -0400)
raddb/mods-available/redis

index f8983c05cb15368cc12a5921daaa4e4b11170b68..63f9185e3dc596a72d4f17b76e99386cf6224fe6 100644 (file)
@@ -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