Releases: rhubarbgroup/redis-cache
Releases · rhubarbgroup/redis-cache
2.0.0-RC1 - 2020-06-30
1.6.3 (2020-05-31)
- Improved registration of
shutdown
callback - Prevent PHP warnings in
maybe_print_comment()
1.6.2 (2020-05-29)
- Added even more JSON request checks
1.6.1 (2020-05-29)
- Fixed issue with footer comment showing during AJAX requests
1.6.0 (2020-05-29)
- Improved group name sanitization (thanks @naxvog)
- Prevent fatal error when replacing foreign dropin
- Added HTML footer comment with optional debug information
- Removed prefix suggestions
The HTML footer comment only prints debug information when WP_DEBUG
is enabled. To disable the comment entirely, set the WP_REDIS_DISABLE_COMMENT
constant to true
.
1.5.9 (2020-05-14)
- Fixed missing
$info
variable assignment in constructor - Fixed MaxTTL warning condition
- Switched to using default button styles
1.5.8 (2020-05-11)
- Added warning message about invalid MaxTTL
- Added warning about unmaintained Predis library
- Added suggestion about shorter, human-readable prefixes
- Added Redis Cache Pro compatibility to settings
- Fixed flushing the cache when the prefix contains special characters
- Fixed calling Redis
INFO
when using clusters - Cleaned up the settings a little bit
1.5.7 (2020-03-25)
- Added support for PhpRedis TLS connections
- Added support for timeout, read timeout and password when using PhpRedis cluster
- Fixed issue with
INFO
command - Fixed object cloning when setting cache keys
1.5.6 (2020-01-22)
- Added object cloning to in-memory cache
- Fixed PHP notice related to
read_timeout
parameter
1.5.5 (2019-12-02)
Please flush the object cache after updating the drop to v1.5.5 to avoid dead keys filling up Redis memory.
- Removed lowercasing keys
- Remove scheduled metrics event
- Fixed Redis version call when using replication