Skip to content

Releases: smoke/zf2-cache-storage-redis-array

v1.2.0

29 Jul 13:46
e6f5801
Compare
Choose a tag to compare

Added

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #4 On every RedisArray::getResource call, RedisArray requested an INFO call to redis to receive the version. This led to unnecessary INFO calls on every other call made to redis. Thanks to @CyberLine

v1.1.1

07 Sep 19:57
Compare
Choose a tag to compare

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.

v1.1.0

28 Aug 08:59
Compare
Choose a tag to compare

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 the RedisArrayResourceManager which might not be initialized to that point.

v1.0.2

09 Jul 01:41
Compare
Choose a tag to compare
Add ext-redis as requirement

Initial version - that "works for me" and a License

09 Jul 01:18
Compare
Choose a tag to compare
v1.0.1

Improve README.md add License info

Initial version - that "works for me"

09 Jul 00:54
Compare
Choose a tag to compare
v1.0.0

Improve README.md with configuration settings