• Resolved sebasjuh

    (@sebasjuh)


    Would it be possible in WordPress to use multiple Redis databases and store specific items per database?

    And is this possible to setup within the wp-config.php file?
    For example I can create multiple Redis databases (with different ports and passwords) and I want to use a database for terms and another database for products.

    How can this be setup (if it’s possible) ?

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

    (@tillkruess)

    It’s best to use a single database for object caching.

    You can however open several connections yourself and store different things in different databases.

    That is and will not be scope of this plugin tho.

    Thread Starter sebasjuh

    (@sebasjuh)

    ok thanks then I will keep it with one database.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Use multiple databases within WordPress?’ is closed to new replies.