Releases: spryker/redis
Releases · spryker/redis
2.11.1
Included commits: 2.11.0...2.11.1
Fixes
- Adjusted
VersionAgnosticPredisAdapterto make it possible to use a flag.
2.11.0
Included commits: 2.10.1...2.11.0
Improvements
- Added profiler integration with
WebProfilerRedisDataCollectorPluginto collect Redis call data for debugging and performance monitoring.
2.10.1
Included commits: 2.10.0...2.10.1
Fixes
- Fixed key pattern search with PhpRedis adapter to enable proper search functionality in the Backoffice by adding scan retry configuration and supporting uppercase option keys.
2.10.0
Included commits: 2.9.1...2.10.0
Improvements
- Introduced the possibility to use the
phpredisextension as a Redis client, offering improved performance over thepredislibrary. - Introduced
RedisConfig::usePhpredis()to allow switching betweenpredisandphpredisadapters. - Introduced
PhpredisAdapterFactoryto support thephpredisclient. - Introduced
VersionAgnosticPhpredisAdapterfor thephpredisclient.
Adjustments
- Added
ext-redisas a dependency tocomposer.json. - Refactored
PredisAdapterFactoryto extend a newAbstractRedisAdapterFactoryfor shared logic. - Renamed
PredisCompressionAdaptertoRedisCompressionAdapterto be more generic.
2.9.1
2.9.0
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.
2.8.0
Included commits: 2.7.1...2.8.0
Improvements
- Adjusted
composer.jsonto supportpredis/predisof version2.3.0and higher. - Adjusted
RedisClient::setupConnection()to supportpredis/predisof version2.3.0and higher.
2.7.1
Included commits: 2.7.0...2.7.1
Fixes
- Added new environment
docker.acp.devto development mode detection list.
2.7.0
2.6.1
Included commits: 2.6.0...2.6.1
Fixes
- Filtered empty schema definition from
Redisconnection configuration.