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/98b94673edeb1b2edd8e3c1a09a3cad7 to your computer and use it in GitHub Desktop.
Save dylkreisman/98b94673edeb1b2edd8e3c1a09a3cad7 to your computer and use it in GitHub Desktop.
Fuzzy search
redis.cloud:6379> HSET doc:1 text "hello world"
(integer) 1
redis.cloud:6379> HSET doc:2 text "hallo world"
(integer) 1
redis.cloud:6379> FT.CREATE idx ON HASH SCHEMA text TEXT
OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment