Commit 7b9155c8 authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

Update compatibility notes for mod_socache_redis

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1855701 13f79535-47bb-0310-9956-ffa450edef68
parent 702d2c30
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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
+3 −0
Original line number Diff line number Diff line
@@ -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>