When I try to get some data from redis using the redisearch command; ft.search index:something * I only get a small portion of what exists across all my redis nodes.
In my case I got 5 entries out of 19. I have 6 nodes, using redisjson + redisearch.
Does anyone how to solve this issue? Using the node-redis npm package; I create my indexes and use redisearch commands.
I tried looking through PARTITIONS and RSCoordinator, nothing seemed to help
Partial results could be due to timeout. Please try adding
TIMEOUT 0to FT.SEARCH command, to see you get all results. See also https://redis.io/docs/stack/search/configuring/#timeout