Quick starts
Redis quick start guides
Redis can be used as a database, cache, streaming engine, message broker, and more. To get started, follow one of these guides:
- Data structure store — get to know the core Redis data types as an in-memory data structure store.
- Redis Search tutorial — a guided, end-to-end walkthrough of search and query for developers new to Redis: data modeling (hashes versus JSON), indexing, searching and filtering with
FT.SEARCH, aggregation withFT.AGGREGATE, and vector and hybrid search.
You can find answers to frequently asked questions in the FAQ.