• Hello,
    When using Redis in memory caching, Simple Cache use standard the Redis Database number 0.
    Is it possible to change this Redis Database number to 1, 2, etc.? And how to do that?
    Because now I can’t using Simple Cache on a second WordPress website on the same webserver with memory caching with Redis. Simple Cache will use the same Redis database 0 so, this will result in the same cache content from the first website.
    Is there a configuration option to indicate that Simple Cache can use with Redis an other database then the default number 0?
    There is another plugin “Redis Object Cache By Till Krüss” where you can adjust the connection parameters by define some constants in the wp-config.php file such as: WP_REDIS_DATABASE. This is a good solution. Is that also possible?
    Thanks in advance.
    Best Regards.

    • This topic was modified 7 years, 11 months ago by alainmelsens.
  • The topic ‘Changing Redis Database number on the same webserver’ is closed to new replies.