RediSearch / RSCoordinator

RediSearch coordinator
Other
23 stars 10 forks source link

What java client can I use for RSCoordinator? #339

Open chenlizhao opened 2 years ago

chenlizhao commented 2 years ago

I use JRediSearch for redis search, but it seems doesn't support redis cluster, so if I want to use RSCoordinator, what client should I use?

xiaohei31 commented 2 years ago

RSCoordinator is deprecated for RediSearch>=2.2. RSCoordinator is already merged into RediSearch. Please try make RediSearch by make build COORD=1

JRediSearch is OK.

xiaohei31 commented 2 years ago

You just need to connect to one node. RSCoordinator merged into RediSearch will search over the cluster.