1

I need to insert some Json document in Redis and Query it like Elastic search or MongoDB, How can I implement that in java

2 Answers 2

1

Currently the best way to do that is to combine the functionality of RediSearch and ReJSON using application-side logic. In the near future, these two modules will be integrated.

Disclaimer: ReJSON's author here, my employer is Redis Labs.

Sign up to request clarification or add additional context in comments.

Comments

1

I'm using Spring Data to interact with Redis + I convert POJOs from/into JSON String using Jackson.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.