Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dylkreisman/67b0f9877dd1f8180034fd34a6c724fa to your computer and use it in GitHub Desktop.
Save dylkreisman/67b0f9877dd1f8180034fd34a6c724fa to your computer and use it in GitHub Desktop.
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