RediSearch / RediSearch

A query and indexing engine for Redis, providing secondary indexing, full-text search, vector similarity search and aggregations.
https://redis.io/docs/stack/search/
Other
5.55k stars 522 forks source link

How can I compile RediSearch with the RSCoordinator? #5021

Open wernermorgenstern opened 2 months ago

wernermorgenstern commented 2 months ago

We want to compile RediSearch with the RSCoordinator, so we can use RediSearch on a distributed Redis Environment, with multiple shards?

kei-nan commented 2 months ago

Hi @wernermorgenstern,

In general you can use make COORD=1 to compile RediSearch with the coordinator.

wernermorgenstern commented 2 months ago

@kei-nan , ok. However, when I run the make, to build it on my Mac, I get errors during compilation.

kei-nan commented 2 months ago

Hi @wernermorgenstern,

Try following the steps here: https://redis.io/docs/latest/develop/interact/search-and-query/deprecated/development/

Note however that the link is not maintained.

For your use case perhaps it would be better to follow how our github workflows compile under mac with the coordinator.

github-actions[bot] commented 3 days ago

This issue is stale because it has been open for 60 days with no activity.