Releases · crystal-cache/cache
v1.0.0
v0.15.1
v0.15.0
v0.14.0
What's Changed
- implement namespace by @mamantoha in #30
- breaking change underlying cache implementations must implement
delete_implandexists_implmethods instead ofdeleteandexists?accordingly - breaking change Added
namespaceproperty toCache::Store. It can be used by underlying cache implementations for keys with namespace - Logging
deletemethod
Full Changelog: v0.13.0...v0.14.0
v0.13.0
v0.12.1
Split Redis and Memcached stores out into their own shards
v0.11.1
Logging
v0.10.0
- Allow setting
falseas a value - Fix
MemoryStoreandFileStorewith generic types values - Add
Store#exists?to check if the cache contains an entry for the given key. - Add
Store#incrementandStore#decrementfor integer values in the cache.