Releases: smoke/zf2-cache-storage-redis-array
Releases · smoke/zf2-cache-storage-redis-array
v1.2.0
Added
- #6 PSR-16 & PSR-6 support with integration unit tests provided by cache/integration-tests
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #4 On every
RedisArray::getResource
call,RedisArray
requested anINFO
call to redis to receive the version. This led to unnecessaryINFO
calls on every other call made to redis. Thanks to @CyberLine
v1.1.1
1.1.1 - 2018-09-07
Added
- Synchronized
Redis
adapter capabilities fromzend-cache
withRedisArray
adapter. TheRedisArray
Adapter now can handleserializer
options and thefore serialize objects and arrays as well.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- The
RedisArray
created capaibilities with callingCapabilities::setExpiredRead
with false, which is deprecated byzend-cache
and resetted thestaticTtl
value to false, which is in fact incorrect.
Fixed
- #2
RedisResourceManager::getMajorVersion
returned invalid value, if the resource was never used before.
v1.1.0
1.1.0 - 2018-08-28
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- #1 removed support for PHP 5.3 and PHP 5.4 since these versions already reached their EOL in 2014 and 2015.
Fixed
- #1 fixes possible
null pointer
exceptions when calling methods which depend on theRedisArrayResourceManager
which might not be initialized to that point.
v1.0.2
Initial version - that "works for me" and a License
v1.0.1 Improve README.md add License info
Initial version - that "works for me"
v1.0.0 Improve README.md with configuration settings