Skip to content

Releases: rhubarbgroup/redis-cache

v1.3.8 (2018-03-23)

23 Mar 15:56
Compare
Choose a tag to compare
  • Switched from single file Predis version to full library

v1.3.7 (2018-03-22)

23 Mar 16:01
Compare
Choose a tag to compare
  • Revert back to single file Predis version

v1.3.6 (2018-03-20)

20 Mar 23:27
Compare
Choose a tag to compare
  • Added support for Redis Sentinel
  • Added support for sharing
  • Switched to PHAR version of Predis
  • Improved diagnostics
  • Added WP_REDIS_SELECTIVE_FLUSH
  • Added $fail_gracefully parameter to WP_Object_Cache::__construct()
  • Always enforce WP_REDIS_MAXTTL
  • Pass $selective and $salt to redis_object_cache_flush action
  • Don’t set WP_CACHE_KEY_SALT constant

v1.3.5 (2016-11-06)

07 Nov 02:10
Compare
Choose a tag to compare
  • Added basic diagnostics to admin interface
  • Added WP_REDIS_DISABLED constant to disable cache at runtime
  • Prevent "Invalid plugin header" error
  • Return integer from increment() and decrement() methods
  • Prevent object cache from being instantiated more than once
  • Always separate cache key prefix and group by semicolon
  • Improved performance of build_key()
  • Only apply redis_object_cache_get filter if callbacks have been registered
  • Fixed add_or_replace() to only set cache key if it doesn't exist
  • Added redis_object_cache_flush action
  • Added redis_object_cache_enable action
  • Added redis_object_cache_disable action
  • Added redis_object_cache_update_dropin action

v1.3.4 (2016-09-21)

21 Sep 22:56
Compare
Choose a tag to compare
  • Added WP-CLI support
  • Show host and port unless scheme is unix
  • Updated default global and ignored groups
  • Do a cache flush when activating, deactivating and uninstalling

v1.3.3 (2016-08-22)

22 Aug 17:38
Compare
Choose a tag to compare
  • Updated Predis to v1.1.1
  • Added redis_instance() method
  • Added incr() method alias for Batcache compatibility
  • Added WP_REDIS_GLOBAL_GROUPS and WP_REDIS_IGNORED_GROUPS constant
  • Added redis_object_cache_delete action
  • Use WP_PLUGIN_DIR with WP_CONTENT_DIR as fallback
  • Set password when using a cluster or replication
  • Show Redis client in stats()
  • Change visibility of $cache to public
  • Use old array syntax, just in case

v1.3.2 (2016-05-03)

11 Aug 16:01
Compare
Choose a tag to compare
  • Make sure $result is not false in WP_Object_Cache::get()

v1.3.1 (2016-04-28)

11 Aug 16:00
Compare
Choose a tag to compare
  • Fixed connection issue

v1.3 (2016-04-28)

29 Apr 01:48
Compare
Choose a tag to compare
  • New admin interface
  • Added support for wp_cache_get()'s $force and $found parameter
  • Added support for clustering and replication with Predis

v1.2.3 (2016-03-02)

03 Mar 06:41
Compare
Choose a tag to compare
  • Several UI improvements