/redis-search-example

An example for use redis-search gem

Primary LanguageJavaScript

redis-search-example

This is a demo to show you how to use redis-search.

Run this example

git clone git://github.com/huacnlee/redis-search-example.git
cd redis-search-example
bundle install
bundle exec rake db:create
bundle exec rake db:migrate
bundle exec rails s

When a App was runing, you can try to add some data use github info.

Redis Search Example