Releases: rhubarbgroup/redis-cache
Releases · rhubarbgroup/redis-cache
v1.3.8 (2018-03-23)
- Switched from single file Predis version to full library
v1.3.7 (2018-03-22)
- Revert back to single file Predis version
v1.3.6 (2018-03-20)
- 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 toWP_Object_Cache::__construct()
- Always enforce
WP_REDIS_MAXTTL
- Pass
$selective
and$salt
toredis_object_cache_flush
action - Don’t set
WP_CACHE_KEY_SALT
constant
v1.3.5 (2016-11-06)
- 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()
anddecrement()
methods - Prevent object cache from being instantiated more than once
- Always separate cache key
prefix
andgroup
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)
- 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)
- Updated Predis to
v1.1.1
- Added
redis_instance()
method - Added
incr()
method alias for Batcache compatibility - Added
WP_REDIS_GLOBAL_GROUPS
andWP_REDIS_IGNORED_GROUPS
constant - Added
redis_object_cache_delete
action - Use
WP_PLUGIN_DIR
withWP_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)
- Make sure
$result
is notfalse
inWP_Object_Cache::get()
v1.3.1 (2016-04-28)
- Fixed connection issue
v1.3 (2016-04-28)
- 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)
- Several UI improvements