Releases: rhubarbgroup/redis-cache
Releases · rhubarbgroup/redis-cache
2.3.0 (2023-04-13)
- Show dashboard widget only to admins
- Added Admin Bar node (disable using
WP_REDIS_DISABLE_ADMINBAR
) - Added
WP_REDIS_SSL_CONTEXT
configuration constant - Throw errors when connection error occurs
- Added support for usernames when using Predis
- Added support for loading Predis from
WP_REDIS_PLUGIN_PATH
- Made Predis unix socket connections stricter
- Fixed rare group flushing bug
- Fixed cluster ping when using Predis
- Updated Predis to v2.1.2
- Improved documentation
2.2.4 (2023-02-26)
- Register
wp redis
CLI command late - Don't compete with Object Cache Pro for
wp redis
command - Prevent Perflab from overwriting the object cache drop-in
- Updated Predis to v2.1.1
- Avoid type error when transaction fails
- Check for incompatible content type headers
2.2.3 (2023-01-10)
- Added
wp_cache_flush_group()
support - Updated Credis to v1.14.0
- Drop
$delay
parameter fromwp_cache_flush()
- Prevent rare error in diagnostics when reading connection errors
2.2.2 (2022-11-05)
- Use
QM_Data_Cache
instead ofQM_Data
- Fixed
WP_Error
use statement non-compound name warning
2.2.1 (2022-10-30)
- Added WordPress 6.1
wp_cache_supports()
function - Updated Predis to v2.0.3
- Avoid early
microtime()
calls inWP_Object_Cache::get()
- Support Query Monitor's new
QM_Data
class - Throw exception of pipeline returns unexpected results
2.2.0 (2022-08-26)
- Added
redis_cache_add_non_persistent_groups
filter - Fixed
wp_add_dashboard_widget
parameters - Fixed
WP_REDIS_SERVERS
replication issue with Predis v2.0 - Fixed
WP_REDIS_CLUSTER
string support - Fixed issue when
MGET
fails inget_multiple()
call - Fixed several warnings in the event of pipeline failures
2.1.6 (2022-07-20)
- No changes since 2.1.5
2.1.5 (2022-07-20)
- Fixed
is_predis()
call
2.1.4 (2022-07-20)
- Added
is_predis()
helper
2.1.3 (2022-07-19)
- Fixed bug in
wp_cache_add_multiple()
andwp_cache_set_multiple()