[ad_1]
Hi,
I also have problems with multiple wp sites with redis instances. Despite that i added unique IDs to multiple sites in every wp-config, for example:
define( ‘WP_REDIS_DATABASE’, 10 ); //1,2….15
The plugin options page still says database: 0
And the sites become unavailable or redirect to the first redis activated subdomain, so database surely isnt changed.
I did everything to make the changes effective: restarted the server, flushed, reinstalled the latest plugin etc.
Any clues?