redis-cache
redis-cache copied to clipboard
Replication Bug ...
after update 2.1.6 ...
object-cache.php
820 LINE $options['replication'] = 'predis'; // true not work...
wp-config.php WP_REDIS_SERVERS parameter : alias=master does not work. role=master & role=replica
Edit like this, replication works fine..
Can you open a pull request?