Redisearch-Py search Redis JOSN schema for entries belonging to a specific tag
We are using Redisearch to insert structured JSON into Redis and searching by content to power autocomplete.
Combine Redis-Python pipeline with JSON
Redis provides a way to input structured JSON documents and retrieve them by content. So I am doing this, and it is working fine: