redis / jedis

Redis Java client
https://redis.github.io/jedis/
MIT License
11.89k stars 3.87k forks source link

DOC-4345 added JSON search examples for home page #4010

Closed andy-stark-redis closed 2 weeks ago

andy-stark-redis commented 2 weeks ago

DOC-4345

These examples will be used to add a JSON index/query section to the Jedis home page (in line with similar examples for .NET and other clients). I'll add the text to the doc page when this PR is approved.

Do the JSONObjects work well for the example, btw? I've used them because this approach seems most similar to the examples for the other clients, but I can swap to POJOs (like the Github example) if that's better.