rhubarbgroup / redis-cache

A persistent object cache backend for WordPress powered by Redis. Supports Predis, PhpRedis, Relay, replication, sentinels, clustering and WP-CLI.
https://wordpress.org/plugins/redis-cache/
GNU General Public License v3.0
428 stars 149 forks source link

Add Relay extension check for OCP compatibility check #411

Closed carlalexander closed 1 year ago

carlalexander commented 1 year ago

The Ymir runtime doesn't use the PhpRedis extension and only Relay. The upsell for OCP says that the environment isn't compatible because PhpRedis extension is missing, but that's not the case.