
Version 1.23.1 – (Released on March 17, 2025)
CHANGED:
- Support disambiguating false return values using `$found` (PhpRedis 6.2; Relay 0.10.1).
- Show integrity flush reason in the flush log widget.
- Use unified base REST controller class.
- Support calling `FLUSHDB` without `ASYNC` on Relay connections.
FIXED:
- Fixed undefined array key access.
- Fixed Dragonfly issues with Lua scripts.
- Fixed strict types error when using `ZRANGE`.
========================================
Version 1.23.0 – (Released on March 13, 2025)
ADDED:
- Added server type to diagnostics.
- Added health checks for `KEEPTTL` requirements (Redis 6.0; PhpRedis 5.3).
CHANGED:
- Bumped required PhpRedis version to 4.0.0.
- Promoted `noeviction` health check status to critical.
- Excluded WooCommerce’s `wc_cache_*` group from prefetching.
- Retried loading cache metadata with backoff.
- Reduced blocking time when pruning analytics measurements.
- Switched away from deprecated Redis commands.
- Supported discarding pipelines and transactions.
- Reduced memory footprint of `Connection::command()`.
FIXED:
- Prevented integrity flush when metadata can’t be loaded.
- Preserved key TTL when (de|in)crementing numeric keys.
- Fixed resetting log levels when debug mode is disabled.
- Prevented rare warnings in `connectToSentinels()`.
- Avoided undefined key notices in `RedisMetrics`.
- Avoided calling invalid calls to `flushBlog()`.
========================================
Version 1.22.0 – (Released on January 23, 2025)
ADDED:
- Added full option for `group_flush` configuration option.
CHANGED:
- Switched `group_flush` default value to `scan`.
- Swapped all `error_log()` calls for internal `log()` helper.
- Logged all messages when debug mode is enabled.
- Improved performance of analytics API requests.
FIXED:
- Fixed rare `TypeError` in `Diagnostics::redisVersion()`.
- Fixed scheme detection for `wp redis cli` command.
- Fixed inverted multi/pipeline modes.
- Fixed OpenTelemetry tracer integration.
- Avoided cloning connection when computing metrics.
REMOVED:
- Removed deprecated `$RedisCachePro` global.


