1. Getting Started
RediSearch is a real-time indexing and search engine.RediSearch provides a simple and fast way to index and query data using any field (secondary index), and do search and aggregation on an indexed dataset. In this tutorial you will learn how to install and use the RediSearch module that provides an indexing and full text search engine for Redis. As a bonus, this tutorial lets you discover the new major release (2.0) and see how to use it, in your application.
- Install RediSearch 2.0 & Insert Data
- Create Index
- Query Data
- Manage Indexes
- Import Sample Dataset
- Querying the Movie Dataset
- Aggregation
- Advanced Options
- Sample Application
Let's get started...