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
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.