RedisJSON with Java

Hi Folks,

I want to use RedisJSON with Java. Can you please share some docs or tutorial link, which have comprehensive set of examples and use cases for same.

Thanks

Manjeet

Hello Manjeet,

This Java client may be out of date, but perhaps it will meet your needs: https://github.com/RedisJSON/JRedisJSON. If not, let us know and we’ll look further.

Best,

Dave

Hi Dave,

Thanks for response. I am aware this Github repos. Actually i was more interested in some sort of tutorials or documents which has ample amount of examples related to RedisJSON.

You can find examples here.

https://github.com/RedisGraph/JRedisGraph/blob/master/src/test/java/com/redislabs/redisgraph/RedisGraphAPITest.java

Hi Guy,

Thanks for pointing out these.