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
425 stars 148 forks source link

Fix Redis version determination for predis replication connection #522

Closed yatsukhnenko closed 2 months ago

yatsukhnenko commented 4 months ago

The first commit just suppress warning when Redis server version couldn't be determined with INFO command. In the second commit I tried to get INFO results from the master node for MasterSlaveReplication connection

yatsukhnenko commented 4 months ago

image

yatsukhnenko commented 4 months ago

image