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