You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2019/03/17 14:13:11 UTC

svn commit: r1855701 - in /httpd/httpd/trunk/docs/manual: mod/mod_socache_redis.xml new_features_2_4.xml

Author: jailletc36
Date: Sun Mar 17 14:13:11 2019
New Revision: 1855701

URL: http://svn.apache.org/viewvc?rev=1855701&view=rev
Log:
Update compatibility notes for mod_socache_redis

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_socache_redis.xml
    httpd/httpd/trunk/docs/manual/new_features_2_4.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_socache_redis.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_socache_redis.xml?rev=1855701&r1=1855700&r2=1855701&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_socache_redis.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_socache_redis.xml Sun Mar 17 14:13:11 2019
@@ -27,6 +27,7 @@
 <status>Extension</status>
 <sourcefile>mod_socache_redis.c</sourcefile>
 <identifier>socache_redis_module</identifier>
+<compatibility>Available in Apache 2.4.39 and later</compatibility>
 
 <summary>
     <p><module>mod_socache_redis</module> is a shared object cache provider
@@ -61,7 +62,7 @@
 <context>server config</context>
 <context>virtual host</context>
 </contextlist>
-<compatibility>Available in Apache 2.5 and later</compatibility>
+<compatibility>Available in Apache 2.4.39 and later</compatibility>
 
 <usage>
     <p>Set the time to keep idle connections with the Redis server(s)
@@ -94,7 +95,7 @@ RedisConnPoolTTL 60
 <context>server config</context>
 <context>virtual host</context>
 </contextlist>
-<compatibility>Available in Apache 2.5 and later</compatibility>
+<compatibility>Available in Apache 2.4.39 and later</compatibility>
 
 <usage>
     <p>Set the Read/Write timeout used for the connection with the Redis

Modified: httpd/httpd/trunk/docs/manual/new_features_2_4.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/new_features_2_4.xml?rev=1855701&r1=1855700&r2=1855701&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/new_features_2_4.xml (original)
+++ httpd/httpd/trunk/docs/manual/new_features_2_4.xml Sun Mar 17 14:13:11 2019
@@ -196,6 +196,9 @@
       <dt><module>mod_md</module> (available since 2.4.30)</dt>
       <dd>Support the ACME protocol to automate certificate provisionning.</dd>
 
+      <dt><module>mod_socache_redis</module> (available since 2.4.39)</dt>
+      <dd>Support <a href="http://redis.io/">Redis</a> based shared object cache provider.</dd>
+
     </dl>
   </section>