Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Releases: Sage/cache_store

cache_store:v0.1.6

19 Nov 09:26
Compare
Choose a tag to compare

Updated the local cache store to match the cache store contract

cache_store_redis:v0.6.0

01 Mar 17:22
84fcdb6
Compare
Choose a tag to compare

OptionalRedisCacheStore added.

cache_store:v0.1.5

13 Feb 14:34
103a0fd
Compare
Choose a tag to compare

Local CacheStore improvements.

cache_store_redis:v0.5.4

25 Jan 14:20
fb21ccd
Compare
Choose a tag to compare

Bugfix - resolve issue with empty strings preventing hydration block from executing.

cache_store_redis:v0.5.2

25 Jan 09:39
b7ba509
Compare
Choose a tag to compare

Bugfix to resolve issue with OJ deserialisation of empty string values.

cache_store_redis:v0.5.0

10 Jan 11:44
caa5b0e
Compare
Choose a tag to compare

Removed usage of connection_pool gem and replaced with custom connection pool logic for redis connections to resolve issue.

cache_store_redis:v0.4.4

04 Jan 10:04
Compare
Choose a tag to compare
  • Added exception when reds client returned from connection pool is nil
  • Added logic to bypass connection pool when pool_size is 0

cache_store_redis:v0.4.2

28 Jul 13:32
Compare
Choose a tag to compare

Bugifx for configure method.

cache_store_redis:v0.4.0

28 Jul 13:09
Compare
Choose a tag to compare

Performance improvements:

  • Implemented connection pooling.
  • Implemented atomic pipeline commands for set/expire.

cache_store_redis:v0.3.2

26 Jun 08:50
Compare
Choose a tag to compare
  • resolved backwards compatibility issue
  • added jruby version of the gem that uses Marshal rather than Oj.