RediSearch x RedisJSON Suport

Hello,
we plan to integrate the combination RediSearch and RedisJSON to use in production.
Can you provide us information if this is safe to use or is it subject to heavy changes in the future?

With kind regards

RediSearch 2.0 and RedisJSON 1.0 are production ready. And you can use them together, but with these versions RediSearch will not be able to index the JSON documents.

If you want to use RediSearch to index JSON documents, then you need RediSearch 2.2 and RedisJSON 2.0.

Both are currently in private preview. They are build from the master branch, and you can try them using the docker image (tag edge or preview) or by building the module. We plan them to be perfectly production ready later this year (Q3).

There will be heavy changes in the future. This is only the beginning of the “Search indexing JSON” story. And they will be a lot improvement in upcoming releases. However, those improvements will mostly not introduce massive breaking changes. You can safely start building your application on top of the current latest version.

Thank you for your answer. That helps us a lot, that we can build upon this.

There will be heavy changes in the future. This is only the beginning of the “Search indexing JSON” story.

Great to hear that you will expand the indexing capabilities.