]> granicus.if.org Git - apache/commitdiff
Update compatibility notes for mod_socache_redis
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 17 Mar 2019 14:13:11 +0000 (14:13 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 17 Mar 2019 14:13:11 +0000 (14:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1855701 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_socache_redis.xml
docs/manual/new_features_2_4.xml

index c8fe1eacaea463e5cbdcef5fbd7a71677d67ff5f..453900e46f3f2a027899b5762a68554982c9473f 100644 (file)
@@ -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
index bd0e10e94bf7392f4d1464e2207b6916c6480e20..6d3bea7ba1f2400294f782b68bb437443c455d81 100644 (file)
       <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>