redisearch-getting-started icon indicating copy to clipboard operation
redisearch-getting-started copied to clipboard

A RediSearch tutorial to learn the basis of RediSearch module, with sample application in Java, Python and Node.js

Forum Discord

Getting Started with RediSearch 2.0

RediSearch is a real-time indexing and search engine.

This project will let you discover the new major release (2.0) and see how to use it, in your application.

  1. Introduction (2mn)
  2. Install RediSearch 2.0 & Insert Data (2mn)
  3. Create Index (5mn)
  4. Query Data (15mn)
  5. Manage Indexes (5mn)
  6. Import Sample Dataset (2mn)
  7. Querying the Movie Dataset (20mn)
  8. Aggregation (15mn)
  9. Advanced Options (5mn)
  10. Sample Application