From f8d234a32fa26cb4b2212b1689220b4e33a06b85 Mon Sep 17 00:00:00 2001 From: Tom Scott Date: Mon, 23 Nov 2015 11:25:21 -0500 Subject: [PATCH] v1.2.3: Add TTL configuration options Add optional TTL argument to the Metastore#write method, and ensure that TTL is set on machines that don't already have it configured via Redis' maxmemory-policy. --- lib/redis-rack-cache/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/redis-rack-cache/version.rb b/lib/redis-rack-cache/version.rb index e6f942d..95330a5 100644 --- a/lib/redis-rack-cache/version.rb +++ b/lib/redis-rack-cache/version.rb @@ -1,7 +1,7 @@ class Redis module Rack module Cache - VERSION = '1.2.2' + VERSION = '1.2.3' end end end