Search code examples
redisnode-redis

Search across multiple JSON documents using Redis Search


I've been researching this problem for some time now and I can't find a good practical example of how this is implemented.

Is this possible? and how would it be done practically and correctly, if it doesn't need to be hacked together

ty! :)


Solution

  • It is certainly possible. :)

    This is precisely RediSearch's purpose.

    Take a look at the documentation here.