This repository has been archived by the owner on May 29, 2024. It is now read-only.
Releases: Sage/cache_store
Releases · Sage/cache_store
cache_store:v0.1.6
Updated the local cache store to match the cache store contract
cache_store_redis:v0.6.0
OptionalRedisCacheStore
added.
cache_store:v0.1.5
Local CacheStore improvements.
cache_store_redis:v0.5.4
Bugfix - resolve issue with empty strings preventing hydration block from executing.
cache_store_redis:v0.5.2
Bugfix to resolve issue with OJ deserialisation of empty string values.
cache_store_redis:v0.5.0
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
- Added exception when reds client returned from connection pool is
nil
- Added logic to bypass connection pool when
pool_size
is0
cache_store_redis:v0.4.2
Bugifx for configure
method.
cache_store_redis:v0.4.0
Performance improvements:
- Implemented connection pooling.
- Implemented atomic pipeline commands for set/expire.
cache_store_redis:v0.3.2
- resolved backwards compatibility issue
- added
jruby
version of the gem that usesMarshal
rather thanOj
.