Rhubarbgroup Redis Cache Versions Save

A persistent object cache backend for WordPress powered by Redis. Supports Predis, PhpRedis, Relay, replication, sentinels, clustering and WP-CLI.

2.5.2

3 weeks ago
  • Respect WP_REDIS_FLUSH_TIMEOUT in Lua flush scripts
  • Improve DISALLOW_FILE_MODS support
  • Reverted behavioral change to sanitize_key_part()
  • Fixed rare fatal error in show_error_and_die() (again)

2.5.1

2 months ago
  • Added timeouts to diagnostics
  • Support rare PHP installations without sockets extension
  • Fixed rare fatal error in show_error_and_die()
  • Fixed deprecation notice warning in sanitize_key_part()

2.5.0

6 months ago
  • Require WordPress 4.6 or newer
  • Load text-domain only when needed
  • Added WP_REDIS_DISABLE_DROPIN_CHECK constant
  • Respect file_mod_allowed filter and DISALLOW_FILE_MODS constant
  • Renamed .redis-write-test.tmp test file to object-cache.tmp
  • Call redis_object_cache_error action before wp_die()
  • Allow WP_REDIS_PLUGIN_PATH to be defined elsewhere
  • Added experimental flush timeout (defaults to 5 seconds)
  • Dropped unnecessary default ignored groups

2.4.4

9 months ago
  • Improved handling of unexpected transaction results

2.4.3

10 months ago
  • Fixed PHP <=7.2 syntax error
  • Fixed loading error-page translations

2.4.2

10 months ago
  • Made admin-bar script more robust
  • Improved recovery instructions on redis-error.php
  • Improved CloudLinux detection
  • Localization improvements
  • Prevent W3 Total Cache and LiteSpeed Cache from overwriting drop-in
  • Fixed ACL username support when using Predis and array syntax

2.4.1

1 year ago
  • Fix PHP <=7.2 syntax error

2.4.0

1 year ago
  • Flush cache when toggling the object cache
  • Show a custom error message when Redis is unreachable
  • Don't allow object cache to be enabled when Redis is unreachable
  • Deprecated risky WP_REDIS_SERIALIZER configuration constant, use WP_REDIS_IGBINARY instead
  • Support WP_REDIS_USERNAME when using Predis
  • Show cache hit ratio decimal points in Admin Bar node
  • Obscure secrets when displaying WP_REDIS_SERVERS
  • Improved CloudLinux's Accelerate WP compatibility
  • Admin bar cache flush now uses AJAX

2.3.0

1 year ago
  • 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

1 year ago
  • 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