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.
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.
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.