The plugin doesn't work with the wpackagist-plugin/redis-cache 2.x.x
Tested with the branch release/1.0.0
Redis doesn't return the instance the same way after versions 2.x.x
The bug happens here
|
return $wp_object_cache->redis_instance(); |
As a refenrence it works fine with wpackagist-plugin/redis-cache 1.6.3
The plugin doesn't work with the wpackagist-plugin/redis-cache 2.x.x
Tested with the branch release/1.0.0
Redis doesn't return the instance the same way after versions 2.x.x
The bug happens here
wp-queue/src/Storage/RedisCache.php
Line 96 in 47b13d1
As a refenrence it works fine with wpackagist-plugin/redis-cache 1.6.3