Skip to content

Commit c4307de

Browse files
authored
Merge pull request #1171 from redis/DOC-4857
RC: Add links to develop quick starts to cloud quick start
2 parents 097adde + a4f7ae6 commit c4307de

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

content/operate/rc/rc-quickstart.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,13 @@ The connection wizard provides code snippets to connect to your database with th
126126

127127
See [Clients]({{< relref "/develop/clients" >}}) to learn how to connect with the official Redis clients.
128128

129+
See the following guides to get started with different Redis use cases:
130+
- [Data structure store]({{< relref "/develop/get-started/data-store" >}})
131+
- [Document database]({{< relref "/develop/get-started/document-database" >}})
132+
- [Vector database]({{< relref "/develop/get-started/vector-database" >}})
133+
- [RAG with Redis]({{< relref "/develop/get-started/rag" >}})
134+
- [Redis for AI]({{< relref "/develop/ai" >}})
135+
129136
### redis-cli {#using-rediscli}
130137

131138
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" >}}).

0 commit comments

Comments
 (0)