Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 607 Bytes

indexing_JSON.md

File metadata and controls

12 lines (9 loc) · 607 Bytes
title linkTitle weight description
Index/Search JSON documents
Index/Search
2
Combine RedisJSON and RediSearch to index and search JSON documents

In addition to storing JSON documents, you can also index them using the RediSearch module. This enables full-text search capabilities and document retrieval based on their content.

To use these features, you must install two modules: RedisJSON and RediSearch. Redis Stack automatically includes both modules.

See the tutorial to learn how to use RediSearch with RedisJSON.