@oej commented on this pull request.


In src/modules/db_redis/doc/db_redis_admin.xml:

> @@ -213,6 +213,43 @@ modparam("db_redis", "keys", "version=entry:table_name;location=entry:ruid&u
 				<programlisting format="linespecific">
 ...
 modparam("db_redis", "verbosity", 0)
+...
+				</programlisting>
+			</example>
+		</section>
+
+		<section id="db_redis.p.opt_ssl">
+			<title><varname>opt_ssl</varname> (int)</title>
+			<para>
+				Controls SSL usage while connecting to a remote DB.

Please do not use "SSL" in any documentation as that protocol is old and deemed insecure. Replace with "TLS".

Setting names in new code should reflect this, regardless of the names used by old libraries.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/pull/3345/review/1274608954@github.com>