Releases: redis-store/redis-rack-cache
Releases · redis-store/redis-rack-cache
Flexible Dependencies
Fix builds and clarify APIs
v2.0.1 Version 2.0.1
Support latest Rack::Cache and drop support for older Rubies
With v2.x we no longer support Ruby v1.9 and below. But, we're now supporting the latest Rack::Cache and Rack versions.
v1.2.4
#7 - Fix requires
Thanks to @manuelmeurer
Add automatic TTL settings
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
. Major shoutouts to @mezis for getting this feature in, sorry it took so long to verify and release.