In this lab you will use Redis and RediSearch, an add-on module that enables full-text search and secondary indexing in Redis, to install and run a Redis instance, import example hashes, index them with RediSearch, and query them.
Overview
Syllabus
- GSP763
- Overview
- Setup and requirements
- Task 1. Install a Redis database with RediSearch
- Task 2. Connect to Redis and insert data
- Task 3. Query data
- Task 4. Insert, update, delete, and expire documents
- Task 5. Managing indexes
- Task 6. Import sample datasets
- Task 7. Querying the movie dataset
- Task 8. Aggregation
- Task 9. Advanced features
- Congratulations!