Skip to content

v1.1.1

Compare
Choose a tag to compare
@boesing boesing released this 07 Sep 19:57
· 15 commits to master since this release

1.1.1 - 2018-09-07

Added

  • Synchronized Redis adapter capabilities from zend-cache with RedisArray adapter. The RedisArray Adapter now can handle serializer options and thefore serialize objects and arrays as well.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • The RedisArray created capaibilities with calling Capabilities::setExpiredRead with false, which is deprecated by zend-cache and resetted the staticTtl value to false, which is in fact incorrect.

Fixed

  • #2 RedisResourceManager::getMajorVersion returned invalid value, if the resource was never used before.