• My question is really simple: will this plugin benefit when using it together with RediSearch?

    The issue is that I don’t really know if they are both complementary or if they are using different aproaching techniques to do the same. I don’t know if one is a replacement for the other or if they can collaborate working together without problems. Should I remove RediSearch if I’m using Better Search plugin?

    Thanks in advance,

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ajay

    (@ajay)

    How are you implementing RediSearch?

    The plugin uses MySQL statements to pull out the search results. So, I’m unsure how redisearch would work int his context.

    Thread Starter fidoboy

    (@fidoboy)

    Hi,

    I’ve not studied the inner workings of that plugin but I believe that, in theory, it intercepts WordPress queries redirecting them to the Redis database that it’s faster than ordinay MySQL db. But I’m not sure, that’s why I’m asking here, to know if there is known incompatibilities between both or if there is positive values when using them together.

    • This reply was modified 2 years, 4 months ago by fidoboy.
    Plugin Author Ajay

    (@ajay)

    I’m afraid it’s hard for me to say. One option is that it is intercepting all queries include the ones by my plugin and sending it to Redis to return some results.

    However, I think there is a higher chance this just clashes with Better Search as both try to send queries over to either MySQL (in BS) or Redis (in RS)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘RediSearch benefits?’ is closed to new replies.