Skip to content

Commit b6fdd63

Browse files
committed
Merge branch 'main' into DOC-4825
2 parents 04c3f65 + c4307de commit b6fdd63

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

content/integrate/redis-data-integration/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ and fast data structures that match your app's requirements. You specify the
4242
transformations using a configuration system, so no coding is necessary.
4343

4444
{{<note>}}
45-
RDI is supported with Redis database or [CRDB](https://redis.com/redis-enterprise/technology/active-active-geo-distribution/) (Active Active Replication) targets.
45+
RDI is supported with Redis database or [CRDB](https://redis.io/active-active/) (Active Active Replication) targets.
4646
{{</note>}}
4747

4848
## Features

content/operate/rc/rc-quickstart.md

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

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

158+
See the following guides to get started with different Redis use cases:
159+
- [Data structure store]({{< relref "/develop/get-started/data-store" >}})
160+
- [Document database]({{< relref "/develop/get-started/document-database" >}})
161+
- [Vector database]({{< relref "/develop/get-started/vector-database" >}})
162+
- [RAG with Redis]({{< relref "/develop/get-started/rag" >}})
163+
- [Redis for AI]({{< relref "/develop/ai" >}})
164+
158165
### redis-cli {#using-rediscli}
159166

160167
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)