You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pagespeed.apache.org by GitBox <gi...@apache.org> on 2019/01/29 00:58:07 UTC

[GitHub] jmarantz commented on a change in pull request #1854: Added support for specifying a TTL for redis keys (Fixes #1704)

jmarantz commented on a change in pull request #1854: Added support for specifying a TTL for redis keys (Fixes #1704)
URL: https://github.com/apache/incubator-pagespeed-mod/pull/1854#discussion_r251649690
 
 

 ##########
 File path: html/doc/system.html
 ##########
 @@ -506,6 +506,16 @@ <h4 id="redis">Configuring Redis</h4>
   <dt>Nginx:<dd><pre class="prettyprint"
      >pagespeed RedisDatabaseIndex index;</pre>
 </dl>
+    <p>
+      By default redis will not set an expiration time on the cache key.
+      You can set a TTL with this setting:
+    </p>
+<dl>
+  <dt>Apache:<dd><pre class="prettyprint"
+    >ModPagespeedRedisTTL ttl</pre>
 
 Review comment:
   you should specify what units this is expressed in. Seconds? Minutes?  It's also probably good to note explicitly that setting to -1 means there will be no time limit.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services