Releases: rhubarbgroup/redis-cache
Releases · rhubarbgroup/redis-cache
2.0.19 (2021-07-08)
- Make metric identifier unique
- Set unique prefix for sites hosted on Cloudways
- Don't print HTML debug comment when
WP_CLI
istrue
2.0.18 (2021-04-12)
- Added
redis_object_cache_trace
action andWP_REDIS_TRACE
constant - Updated ApexCharts to v3.26.0
- Fixed and issue with
WP_REDIS_DISABLE_METRICS
2.0.17 (2020-12-24)
- Code cleanup
- Fixed missing metrics
- Fixed filesystem test
2.0.16 (2020-12-24)
Merry Christmas and Happy Holidays 🎄
- Updated Credis to v1.11.4
- Fixed drop-in notice styling
- Moved metrics into dedicated class
- Added
redis_cache_validate_dropin
filter - Use
WP_DEBUG_DISPLAY
(instead ofWP_DEBUG
) constant to display debug information - Fixed rare error in
wp_cache_get_multiple()
- Removed
intval()
usage
2.0.15 (2020-09-29)
- Reverted
build_key()
changes due to issues in multisite environments
2.0.14 (2020-09-24)
- Made Object Cache Pro card translatable
- Added
WP_REDIS_SERIALIZER
to diagnostics - Improved speed of
build_key()
- Support settings
WP_REDIS_PREFIX
andWP_REDIS_SELECTIVE_FLUSH
via environment variable - Added
WP_REDIS_METRICS_MAX_TIME
to adjust stored metrics timeframe - Delay loading of text domain and schedule until
init
hook - Upgraded bundled Predis library to v1.1.6
- Prevent variable referencing issue in
connect_using_credis()
2.0.13 (2020-09-01)
- Updated bundled Predis library to v1.1.4
- Made
redis-cache
a global group for improved metrics on multisite - Switched to short array syntax
- Added
@since
tags to all functions - Use
parse_url()
instead ofwp_parse_url()
in drop-in - Fixed plugin instance variable name in
wp redis status
2.0.12 (2020-08-19)
- Fixed bytes metrics calculation
- Fixed an issue with non-standard Predis configurations
- Improve WordPress Coding Standards
2.0.11 (2020-08-14)
- Fixed an issue in
wp_cache_get_multiple()
when using Predis - Prevent undefined index notice in diagnostics
2.0.10 (2020-08-12)
- Fixed unserializing values in
wp_cache_get_multiple()