redisearch-getting-started
                                
                                 redisearch-getting-started copied to clipboard
                                
                                    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
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.
- Introduction (2mn)
- Install RediSearch 2.0 & Insert Data (2mn)
- Create Index (5mn)
- Query Data (15mn)
- Manage Indexes (5mn)
- Import Sample Dataset (2mn)
- Querying the Movie Dataset (20mn)
- Aggregation (15mn)
- Advanced Options (5mn)
- Sample Application