0

We have nested data in Elasticsearch and would like to move from Elasticsearch to Redis.

Does RediSearch support nested queries?

Akshay Anurag
  • 724
  • 1
  • 8
  • 27
Anh
  • 85
  • 2
  • 11

1 Answers1

0

Redisearch can not query nested json doc.

Redisearch can not be used as a database. It is designed to do in-memory full text search service.

You can learn more about the search API form their document.

Vi.Ci
  • 4,757
  • 3
  • 17
  • 16