Skip to main content

1. Getting Started


Profile picture for Ajeet Raina
Author:
Ajeet Raina, Former Developer Growth Manager at Redis

Redis Stack includes a real-time indexing and search engine. Search and Query in Redis provide 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 use Search and Query which provides an indexing and full text search engine for Redis.

  • Install Redis Stack & Insert Data
  • Create Index
  • Query Data
  • Manage Indexes
  • Import Sample Dataset
  • Querying the Movie Dataset
  • Aggregation
  • Advanced Options
  • Sample Application

Let's get started...