Created
July 7, 2021 16:32
-
-
Save dylkreisman/ac0cc8eb38d5c6621f101661aa94b3c4 to your computer and use it in GitHub Desktop.
TAG type
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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