Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Latest commit

 

History

History
9 lines (8 loc) · 163 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 163 Bytes

Redis Autocomplete

various algorithms for redis autocomplete

ToC

  1. prefix match
  2. zrange
  3. @antirez algorithm
  4. Trie
  5. inverted index(soulmate ruby gem)