Skip to content

Commit

Permalink
v1.2.3: Add TTL configuration options
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Tom Scott committed Nov 23, 2015
1 parent c75d1b5 commit f8d234a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/redis-rack-cache/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Redis
module Rack
module Cache
VERSION = '1.2.2'
VERSION = '1.2.3'
end
end
end

0 comments on commit f8d234a

Please sign in to comment.