• Resolved boschje

    (@boschje)


    Redis supports multiple databases ( 0 – 15 ). Does this plugin need access to the same redis database as used for the object cache of the website? If yes, then suggest to add a setting for that. For example for the Redis Object Cache plugin it can be set via wp-config by defining WP_REDIS_DATABASE.

    • This topic was modified 1 year, 8 months ago by boschje.
Viewing 1 replies (of 1 total)
  • Plugin Author Codeloghin

    (@loghin)

    Hello,

    Thank you for your question. The plugin will make use of the first available database of the Redis instance. In the event you already have a caching plugin that is configured to make use of Redis, the plugin will get cached together with the rest of the website and stop trying to access other Redis instances on its own. The Redis caching option is mostly available for people that don’t plan on using object caching plugins on their website. The data saved has negligible impact on the memory and virtually no chance of conflict with other queries that may exist. Feel free to reach out if you have other questions!

Viewing 1 replies (of 1 total)
  • The topic ‘Question about Redis’ is closed to new replies.