File | Information |
---|---|
docs/RediSearch.pdf | PDF presentation |
docs/RediSearchPresentation.html | HTML (open in browser) |
git clone https://github.com/maguec/redisearch_demo_and_preso
cd redisearch_demo_and_preso
docker-compose up
Open This Link in Your Browser
docker run --rm -p 6379:6379 redislabs/redisearch:latest
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 app.py
-
Data will automatically load if the key is not already present
-
Start typing in the text box
Redis Insight is running as well