Install, activate and enable with wp plugin install --activate wp-redis && wp redis enable
Install, activate and enable with wp plugin install --activate wp-redis && wp redis enable
WP Redis v0.5.0: Performance boost! Removes redundant exists call from wp_cache_get(), which easily halves the number of Redis calls.
WP Redis v0.3.0: Cache Groups. Use define( ‘WP_REDIS_USE_CACHE_GROUPS’, true ); and wp_cache_delete_group( $group ); to easily purge all keys of a cache group.