Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 664 Bytes

indexing_JSON.md

File metadata and controls

14 lines (11 loc) · 664 Bytes
title linkTitle weight description aliases
Index/Search JSON documents
Index/Search
2
Combine Redis JSON and Search and Query to index and search JSON documents
/docs/stack/json/indexing_json

In addition to storing JSON documents, you can also index them using the Search and Query feature. 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 search and query your JSON.