2.9.0
·
19 commits
to master
since this release
Included commits: 2.8.0...2.9.0
Improvements
- Introduced
RedisConstants::REDIS_COMPRESSION_ENABLED. - Introduced
RedisConstants::REDIS_IS_DEV_MODE. - Introduced
RedisConfig::getCompressionLevel(). - Introduced
RedisConfig::getMinBytesForCompression(). - Introduced
RedisConfig::isCompressionEnabled().
Adjustments
- Adjusted
RedisClientto use compressed data.