Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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