diff --git a/content/operate/rc/rc-quickstart.md b/content/operate/rc/rc-quickstart.md index 67adc22d19..8f332a630e 100644 --- a/content/operate/rc/rc-quickstart.md +++ b/content/operate/rc/rc-quickstart.md @@ -126,6 +126,13 @@ The connection wizard provides code snippets to connect to your database with th See [Clients]({{< relref "/develop/clients" >}}) to learn how to connect with the official Redis clients. +See the following guides to get started with different Redis use cases: +- [Data structure store]({{< relref "/develop/get-started/data-store" >}}) +- [Document database]({{< relref "/develop/get-started/document-database" >}}) +- [Vector database]({{< relref "/develop/get-started/vector-database" >}}) +- [RAG with Redis]({{< relref "/develop/get-started/rag" >}}) +- [Redis for AI]({{< relref "/develop/ai" >}}) + ### redis-cli {#using-rediscli} The [`redis-cli`]({{< relref "/develop/tools/cli" >}}) utility is installed when you install Redis. It provides a command-line interface that lets you work with your database using core [Redis commands]({{< relref "/commands" >}}).