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/ac0cc8eb38d5c6621f101661aa94b3c4 to your computer and use it in GitHub Desktop.
Save dylkreisman/ac0cc8eb38d5c6621f101661aa94b3c4 to your computer and use it in GitHub Desktop.
TAG type
redis.cloud:6379> FT.CREATE myIdx ON HASH SCHEMA category TAG
OK
redis.cloud:6379> FT.SEARCH myIdx "@category:{foo}"
1) (integer) 1
2) "myDoc"
3) 1) "category"
2) "foo,bar,hello world"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment