Skip to content

Commit

Permalink
Merge pull request #1171 from redis/DOC-4857
Browse files Browse the repository at this point in the history
RC: Add links to develop quick starts to cloud quick start
  • Loading branch information
cmilesb authored Feb 14, 2025
2 parents 097adde + a4f7ae6 commit c4307de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions content/operate/rc/rc-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" >}}).
Expand Down

0 comments on commit c4307de

Please sign in to comment.