summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/manual/mod/mod_socache_redis.xml5
-rw-r--r--docs/manual/new_features_2_4.xml3
2 files changed, 6 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_socache_redis.xml b/docs/manual/mod/mod_socache_redis.xml
index c8fe1eacae..453900e46f 100644
--- a/docs/manual/mod/mod_socache_redis.xml
+++ b/docs/manual/mod/mod_socache_redis.xml
@@ -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
diff --git a/docs/manual/new_features_2_4.xml b/docs/manual/new_features_2_4.xml
index bd0e10e94b..6d3bea7ba1 100644
--- a/docs/manual/new_features_2_4.xml
+++ b/docs/manual/new_features_2_4.xml
@@ -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>