• Resolved peterlukacs

    (@peterlukacs)


    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?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Till Krüss

    (@tillkruess)

    Move it further up in your wp-config.php

    Thread Starter peterlukacs

    (@peterlukacs)

    Dear Till, thank you for your fast reply, i moved it to the top, and its working now!
    Please think about to add this information to your configuration description on github (at least), it would be really useful.

    Plugin Author Till Krüss

    (@tillkruess)

    Thanks for the suggestion Peter. Do you want to open a PR with the suggest change on GitHub?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP_REDIS_DATABASE isnt change anything (?)’ is closed to new replies.