Quick Start Guide for RediSearch:

    Building and running from source:

    1. cd RediSearch/src
    2. make all
    3. /path/to/redis-server --loadmodule ./redisearch.so

    Adding documents to the index:

    1. OK

    Dropping the index:

    1. 127.0.0.1:6379> FT.DROP myIdx