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_r251652712
##########
File path: pagespeed/system/system_caches.cc
##########
@@ -247,11 +247,13 @@ SystemCaches::ExternalCacheInterfaces
SystemCaches::NewRedis(
// using database index -1 when property not specified in config
const int redis_database_index =
config->has_redis_database_index() ? config->redis_database_index() : -1;
+ const int redis_ttl =
Review comment:
units
----------------------------------------------------------------
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