Back to Redis

Quick starts

content/develop/get-started/_index.md

latest603 B
Original Source

Redis can be used as a database, cache, streaming engine, message broker, and more. The following quick start guides will show you how to use Redis for the following specific purposes:

  1. [Data structure store]({{< relref "/develop/get-started/data-store" >}})
  2. [Document database]({{< relref "/develop/get-started/document-database" >}})
  3. [Vector database]({{< relref "/develop/get-started/vector-database" >}})

Please select the guide that aligns best with your specific usage scenario.

You can find answers to frequently asked questions in the [FAQ]({{< relref "/develop/get-started/faq" >}}).