Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Find JSON FT.Search
redis.cloud:6379> FT.SEARCH myIdx "@title:foo"
1) (integer) 1
2) "myDoc"
3) 1) "$"
2) "{\"title\":\"foo\",\"content\":\"bar\"}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment