Releases: ICanBoogie/Storage
Releases · ICanBoogie/Storage
v4.2.0: Merge pull request #13 from red-led/redis_optimization2
RedisStorage retrieve optimization
Default TTL per storage
Merge pull request #9 from red-led/default_ttl
add default_ttl to StorageCollection
TTL consistency
Merge pull request #8 from ICanBoogie/ttl-reliability
Improve ttl reliability
v2.1.0
New features
- Add polyfills for deprecated APC extension
- Add
Codec
- Add
SerializeCodec
- Add
JSONCodec
Other changes
FileStorage
use SerializeCodec
by default
- Remove
JSONFileStorage
v2.0.0
Backward incompatible changes
- Refactored traits and classes.
New features
Cache
and Storage
instances can now be iterated.
- Added
APCStorage::is_available()
v1.0.1
Merge pull request #1 from aoberoi/patch-1
Clear user cache when using APCStorage