Skip to content

Releases: Sage/cache_store_redis

v2.4.1

16 Oct 13:29
3940ebe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.4.1

v2.4.0

01 Oct 10:40
977971b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.4.0

v2.3.0

26 Sep 09:23
21249fc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.1...v2.3.0

v2.3.0.rc3

22 Aug 10:52
Compare
Choose a tag to compare
v2.3.0.rc3 Pre-release
Pre-release

Add JRuby compatibility

v2.3.0.rc2

22 Aug 10:33
Compare
Choose a tag to compare
v2.3.0.rc2 Pre-release
Pre-release

Adds JRuby compatibility

v2.3.0.rc1

22 Aug 10:29
Compare
Choose a tag to compare
v2.3.0.rc1 Pre-release
Pre-release

Add JRuby compatibility

v2.2.1

10 Jan 09:02
ada0421
Compare
Choose a tag to compare
  • Bug Fix - Config Error - RedisClient::CommandError: ERR value is not an integer or out of range. Changed dg setting from default to 0.

v2.2.0

24 Nov 17:24
5170354
Compare
Choose a tag to compare

#13 Alias #get, #set, and #remove to #read, #write, and #delete, so that RedisCacheStore and OptionalRedisCacheStore can be used anywhere that expects a #read, #write, #delete API e.g. faraday-http-cache.

v2.1.1

06 Aug 08:55
59daa67
Compare
Choose a tag to compare
  • Fix handling of config passed to RedisCacheStore constructor for Redis Cluster compatibility

v2.1.0

05 Feb 11:07
e9922b3
Compare
Choose a tag to compare
  • Set method enforces a default TTL of 3_600 if the expires_in option is not provided, or is invalid.
  • Set method enforces the TTL to always be an Integer.