soulmate 0.1.1
Soulmate is a tool to help solve the common problem of developing a fast autocomplete feature. It uses Redis's sorted sets to build an index of partial words and corresponding top matches, and provides a simple sinatra app to query them. Soulmate finishes your sentences.
          Gemfile:
          =
        
        
          安裝:
          =
        
      Runtime 相依性套件 (9):
            json
            ~> 1.4.6
          
          
            multi_json
            ~> 1.0.3
          
          
            rack-contrib
            >= 0
          
          
            redis
            ~> 2.1.1
          
          
            redis
            >= 2.0
          
          
            sinatra
            >= 1.0
          
          
            sinatra
            ~> 1.2.3
          
          
            vegas
            ~> 0.1.8
          
          
            vegas
            >= 0.1.0
          
    