Redisearch not work in a cluster?
Asked Answered
C

3

5

Our team are thinking of using redisearch on top Elasticsearch as a store unit for real time data. When looking at the document: https://oss.redislabs.com/redisearch/Administration/ I see: RediSearch will not work correctly on a cluster. Does it mean in order to use redisearch, we have to use the commercial version and cant build redisearch cluster by ourself? Thanks

Cason answered 26/6, 2018 at 13:55 Comment(0)
D
10

RediSearch will "agree" to work on a cluster setup, but that will not help you much. Creating a clustered search engine requires an additional coordination layer. Right now that's available only for the commercial version - or you can opt to write one on your own! :)

(Disclosure: I'm the original author of RediSearch, although I do not work for Redis Labs nor contribute to the project anymore).

Decurrent answered 26/6, 2018 at 23:24 Comment(0)
I
5

RediSearch 2.0 can now support running in a cluster through the use of the new RSCoordinator module.

Checkout the introduction to RediSearch 2.0 as well as the RSCoordinator project on GitHub.

Inextirpable answered 5/7, 2021 at 17:21 Comment(0)
F
0

For anyone was wondering the RSCoordinator is integrated into Redis Search =>2.2

Felix answered 2/6, 2023 at 4:13 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.