You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
#2RedisResourceManager::getMajorVersion returned invalid value, if the resource was never used before.