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_r252241944
 
 

 ##########
 File path: pagespeed/system/system_rewrite_options.cc
 ##########
 @@ -55,6 +56,8 @@ const char SystemRewriteOptions::kRedisReconnectionDelayMs[] 
=
 const char SystemRewriteOptions::kRedisTimeoutUs[] = "RedisTimeoutUs";
 const char SystemRewriteOptions::kRedisDatabaseIndex[] =
     "RedisDatabaseIndex";
+const char SystemRewriteOptions::kRedisTTLSec[] =
+    "RedisTTLSec";
 
 Review comment:
   fits on one line?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to