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

    (@tillkruess)

    Can you explain?

    Thread Starter menathor

    (@menathor)

    Sure thing. It’s Redis’ search indexing feature. Basically their version of Elasticsearch, except better performance and lower resource usage. And it means we don’t have to install Elasticsearch! Here’s a bit more info: https://redislabs.com/redis-enterprise/technology/redis-search/.

    The plugin I linked in my initial comment implements this functionality. Would love to see it rolled into yours, making it an all-in-one solution.

    • This reply was modified 6 years, 5 months ago by menathor.
    Thread Starter menathor

    (@menathor)

    Plugin Author Till Krüss

    (@tillkruess)

    Mmmh, you’re welcome to submit a PR, but I personally would use Algolia for search or Jetpacks search module.

    This is really just a cache interface, it doesn’t add any features.

    Thread Starter menathor

    (@menathor)

    That level of coding is a bit beyond me so I’ll try the plugin I mentioned. Hopefully it’ll play nicely with yours 🙂

    I’m looking for an open source option. Elasticsearch isn’t great for smaller projects because of it’s memory usage but I’ve read that RediSearch works well.

    • This reply was modified 6 years, 5 months ago by menathor.
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Redis serach integration?’ is closed to new replies.