Open wernermorgenstern opened 2 months ago
Hi @wernermorgenstern,
In general you can use make COORD=1
to compile RediSearch with the coordinator.
@kei-nan , ok. However, when I run the make, to build it on my Mac, I get errors during compilation.
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.
This issue is stale because it has been open for 60 days with no activity.
We want to compile RediSearch with the RSCoordinator, so we can use RediSearch on a distributed Redis Environment, with multiple shards?