Releases: pantheon-systems/wp-redis
Releases · pantheon-systems/wp-redis
1.3.0
Version 1.2.0
- Adds support for Relay via
WP_REDIS_USE_RELAY
constant [#344].
Version 1.1.4
- Fixes some faulty logic in
WP_REDIS_IGNORE_GLOBAL_GROUPS
check [#333].
Version 1.1.3
- Supports a
WP_REDIS_IGNORE_GLOBAL_GROUPS
constant to prevent groups from being added to global caching group [#331].
Version 1.1.2
- Applies logic used elsewhere to fall back to
$_SERVER
inwp_redis_get_info()
[#316].
Version 1.1.1
- Returns cache data in correct order when using
wp_cache_get_multiple()
and internal cache is already primed [#292].
Version 1.1.0
Version 1.0.1
- Adds support for specifying Redis database number from environment/server variables [#273].
Version 1.0.0
- Plugin is stable.
Version 0.8.3
- Fixes
wp redis cli
by usingproc_open()
directly, instead ofWP_CLI::launch()
[#268].