Skip to content

Instantly share code, notes, and snippets.

@stockholmux
Created August 20, 2018 15:34
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 stockholmux/f4e557459d28d0834d799cde278fc2fd to your computer and use it in GitHub Desktop.
Save stockholmux/f4e557459d28d0834d799cde278fc2fd to your computer and use it in GitHub Desktop.
127.0.0.1:6379> FT.SEARCH complainants "@almamater:trent"
1) (integer) 2
2) "foo65"
3) 1) "name"
2) "john"
3) "almamater"
4) "Toronto"
4) "foo64"
5) 1) "name"
2) "jon"
3) "almamater"
4) "Trent"
127.0.0.1:6379> FT.SEARCH complainants "@almamater:toronto"
1) (integer) 2
2) "foo64"
3) 1) "name"
2) "jon"
3) "almamater"
4) "Trent"
4) "foo65"
5) 1) "name"
2) "john"
3) "almamater"
4) "Toronto"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment