Skip to content

Releases: redis-store/redis-rack-cache

Flexible Dependencies

20 Jun 18:23
Compare
Choose a tag to compare
v2.0.2

Version 2.0.2

Fix builds and clarify APIs

20 Jun 18:24
Compare
Choose a tag to compare
v2.0.1

Version 2.0.1

Support latest Rack::Cache and drop support for older Rubies

20 Jun 18:22
Compare
Choose a tag to compare

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

31 Jan 13:18
Compare
Choose a tag to compare

#7 - Fix requires

Thanks to @manuelmeurer

Add automatic TTL settings

24 Nov 16:42
Compare
Choose a tag to compare

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.