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

    (@tillkruess)

    Multiple MariaDB databases won’t be a problem, unless you are running multiple WordPress installations on the same server. In that case use the WP_REDIS_DATABASE constant. You need to set integers like 0, 1, 3. Redis doesn’t support database names.

    Or alternatively you could only use 1 Redis database (default is 0), but set the WP_CACHE_KEY_SALT for each WordPress installation.

    Thread Starter LZL0

    (@lchief)

    Thank you for your detailed answer!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Should I define WP_REDIS_DATABASE?’ is closed to new replies.