diff options
Diffstat (limited to 'docs/manual/socache.html.fr.utf8')
-rw-r--r-- | docs/manual/socache.html.fr.utf8 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/manual/socache.html.fr.utf8 b/docs/manual/socache.html.fr.utf8 index 5b8c73f..4c2ef0d 100644 --- a/docs/manual/socache.html.fr.utf8 +++ b/docs/manual/socache.html.fr.utf8 @@ -39,7 +39,7 @@ <h2><a name="providers" id="providers">Fournisseurs du cache d'objets partagés</a></h2> <p>Le cache d'objets partagés en tant que tel est une abstraction. - Il est implémenté par quatre modules différents. Pour pouvoir + Il est implémenté par cinq modules différents. Pour pouvoir utiliser le cache, un ou plusieurs de ces modules doivent être présents et configurés.</p> <p>Le seul élément de configuration consiste à définir le @@ -58,6 +58,9 @@ <dt>"memcache" (<code class="module"><a href="./mod/mod_socache_memcache.html">mod_socache_memcache</a></code>)</dt> <dd>Celui-ci utilise le système à hautes performances de mise en cache d'objets de mémoire distribuée <a href="http://memcached.org/">memcached</a>.</dd> + <dt>"redis" (<code class="module"><a href="./mod/mod_socache_redis.html">mod_socache_redis</a></code>)</dt> + <dd>Celui-ci utilise le système de mise en cache d'objets de mémoire + distribuée à hautes performances <a href="http://redis.io/">Redis</a>.</dd> <dt>"shmcb" (<code class="module"><a href="./mod/mod_socache_shmcb.html">mod_socache_shmcb</a></code>)</dt> <dd>Celui-ci utilise un tampon cyclique à hautes performances au sein d'un segment de mémoire partagée.</dd> @@ -122,7 +125,7 @@ <div class="bottomlang"> <p><span>Langues Disponibles: </span><a href="./en/socache.html" hreflang="en" rel="alternate" title="English"> en </a> | <a href="./fr/socache.html" title="Français"> fr </a></p> -</div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div> +</div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Libera.chat, or sent to our <a href="https://httpd.apache.org/lists.html">mailing lists</a>.</div> <script type="text/javascript"><!--//--><![CDATA[//><!-- var comments_shortname = 'httpd'; var comments_identifier = 'http://httpd.apache.org/docs/2.4/socache.html'; @@ -140,7 +143,7 @@ var comments_identifier = 'http://httpd.apache.org/docs/2.4/socache.html'; } })(window, document); //--><!]]></script></div><div id="footer"> -<p class="apache">Copyright 2019 The Apache Software Foundation.<br />Autorisé sous <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> +<p class="apache">Copyright 2024 The Apache Software Foundation.<br />Autorisé sous <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> <p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">Glossaire</a> | <a href="./sitemap.html">Plan du site</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); |