Skip to content

Commit a40b605

Browse files
authored
Merge pull request #868 from redis/fix-relrefs
Fix Relrefs
2 parents afe3d76 + 53d27de commit a40b605

File tree

15 files changed

+33
-33
lines changed

15 files changed

+33
-33
lines changed

content/operate/rc/compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Redis Enterprise Software and Redis Cloud support RESP2 and RESP3. In Redis Clou
2121

2222
## Client-side caching compatibility
2323

24-
Redis Software and Redis Cloud support [client-side caching]({{<relref "/develop/connect/clients/client-side-caching">}}) for databases with Redis versions 7.4 or later. See [Client-side caching compatibility with Redis Software and Redis Cloud]({{<relref "/operate/rs/references/compatibility/client-side-caching">}}) for more information about compatibility.
24+
Redis Software and Redis Cloud support [client-side caching]({{<relref "/develop/clients/client-side-caching">}}) for databases with Redis versions 7.4 or later. See [Client-side caching compatibility with Redis Software and Redis Cloud]({{<relref "/operate/rs/references/compatibility/client-side-caching">}}) for more information about compatibility.
2525

2626
## Compatibility with Redis Cluster API
2727

content/operate/rs/7.4/clusters/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ url: '/operate/rs/7.4/clusters/'
1616
You can manage your Redis Enterprise Software clusters with several different tools:
1717

1818
- Cluster Manager UI (the web-based user interface)
19-
- Command-line tools ([rladmin]({{< relref "/operate/rs/references/cli-utilities/rladmin" >}}), [redis-cli]({{< relref "/develop/connect/cli" >}}), [crdb-cli]({{< relref "/operate/rs/references/cli-utilities/crdb-cli" >}}))
19+
- Command-line tools ([rladmin]({{< relref "/operate/rs/references/cli-utilities/rladmin" >}}), [redis-cli]({{< relref "/develop/tools/cli" >}}), [crdb-cli]({{< relref "/operate/rs/references/cli-utilities/crdb-cli" >}}))
2020
- [REST API]({{< relref "/operate/rs/references/rest-api/_index.md" >}})

content/operate/rs/7.4/clusters/configure/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ url: '/operate/rs/7.4/clusters/configure/'
1414
You can manage your Redis Enterprise Software clusters with several different tools:
1515

1616
- Cluster Manager UI (the web-based user interface)
17-
- Command-line tools ([rladmin]({{< relref "/operate/rs/references/cli-utilities/rladmin" >}}), [redis-cli]({{< relref "/develop/connect/cli" >}}), [crdb-cli]({{< relref "/operate/rs/references/cli-utilities/crdb-cli" >}}))
17+
- Command-line tools ([rladmin]({{< relref "/operate/rs/references/cli-utilities/rladmin" >}}), [redis-cli]({{< relref "/develop/tools/cli" >}}), [crdb-cli]({{< relref "/operate/rs/references/cli-utilities/crdb-cli" >}}))
1818
- [REST API]({{< relref "/operate/rs/references/rest-api/_index.md" >}})
1919

2020

content/operate/rs/7.4/databases/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ url: '/operate/rs/7.4/databases/'
1616
You can manage your Redis Enterprise Software databases with several different tools:
1717

1818
- Cluster Manager UI (the web-based user interface)
19-
- Command-line tools ([`rladmin`]({{< relref "/operate/rs/references/cli-utilities/rladmin" >}}), [`redis-cli`]({{< relref "/develop/connect/cli" >}}), [`crdb-cli`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli" >}}))
19+
- Command-line tools ([`rladmin`]({{< relref "/operate/rs/references/cli-utilities/rladmin" >}}), [`redis-cli`]({{< relref "/develop/tools/cli" >}}), [`crdb-cli`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli" >}}))
2020
- [REST API]({{< relref "/operate/rs/references/rest-api/_index.md" >}})
2121

2222

content/operate/rs/7.4/databases/configure/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can manage your Redis Enterprise Software databases with several tools:
2323

2424
- [`crdb-cli`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli" >}}) for Active-Active database configuration
2525

26-
- [`redis-cli`]({{< relref "/develop/connect/cli" >}}) for Redis Community Edition configuration
26+
- [`redis-cli`]({{< relref "/develop/tools/cli" >}}) for Redis Community Edition configuration
2727

2828
- [REST API]({{< relref "/operate/rs/references/rest-api/_index.md" >}})
2929

content/operate/rs/7.4/databases/connect/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ Use one of the following connection methods to connect to your database:
3030

3131
- [Redis Insight](https://redis.com/redis-enterprise/redis-insight/)
3232

33-
- [Redis client]({{< relref "/develop/connect/clients/" >}}) for your preferred programming language
33+
- [Redis client]({{< relref "/develop/clients/" >}}) for your preferred programming language
3434

3535
For examples, see [Test client connection]({{< relref "/operate/rs/databases/connect/test-client-connectivity" >}}).

content/operate/rs/7.4/databases/connect/supported-clients-browsers.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can connect to Redis Enterprise Software databases programmatically using cl
1313

1414
## Redis client libraries
1515

16-
To connect an application to a Redis database hosted by Redis Enterprise Software, use a [client library]({{< relref "/develop/connect/clients/" >}}) appropriate for your programming language.
16+
To connect an application to a Redis database hosted by Redis Enterprise Software, use a [client library]({{< relref "/develop/clients/" >}}) appropriate for your programming language.
1717

1818
You can also use the `redis-cli` utility to connect to a database from the command line.
1919

@@ -29,11 +29,11 @@ Note: You cannot use client libraries to configure Redis Enterprise Software. I
2929

3030
We recommend the following clients when using a [discovery service]({{< relref "/operate/rs/databases/durability-ha/discovery-service.md" >}}) based on the Redis Sentinel API:
3131

32-
- [redis-py]({{< relref "/develop/connect/clients/python" >}}) (Python client)
33-
- [NRedisStack]({{< relref "/develop/connect/clients/dotnet" >}}) (.NET client)
34-
- [Jedis]({{< relref "/develop/connect/clients/java/jedis" >}}) (synchronous Java client)
35-
- [Lettuce]({{< relref "/develop/connect/clients/java/lettuce" >}}) (asynchronous Java client)
36-
- [go-redis]({{< relref "/develop/connect/clients/go" >}}) (Go client)
32+
- [redis-py]({{< relref "/develop/clients/redis-py" >}}) (Python client)
33+
- [NRedisStack]({{< relref "/develop/clients/dotnet" >}}) (.NET client)
34+
- [Jedis]({{< relref "/develop/clients/jedis" >}}) (synchronous Java client)
35+
- [Lettuce]({{< relref "/develop/clients/lettuce" >}}) (asynchronous Java client)
36+
- [go-redis]({{< relref "/develop/clients/go" >}}) (Go client)
3737
- [Hiredis](https://github.com/redis/hiredis) (C client)
3838

3939
If you need to use another client, you can use [Sentinel Tunnel](https://github.com/RedisLabs/sentinel_tunnel)

content/operate/rs/7.4/databases/connect/test-client-connectivity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ database and store data using one of the following methods:
4343

4444
- [Redis Insight](https://redis.com/redis-enterprise/redis-insight/), a free Redis GUI that is available for macOS, Windows, and Linux
4545

46-
- An application using a Redis client library, such as [`redis-py`](https://github.com/redis/redis-py) for Python. See the [client list]({{< relref "/develop/connect/clients/" >}}) to view all Redis clients by language.
46+
- An application using a Redis client library, such as [`redis-py`](https://github.com/redis/redis-py) for Python. See the [client list]({{< relref "/develop/clients/" >}}) to view all Redis clients by language.
4747

4848
### Connect with redis-cli
4949

@@ -63,7 +63,7 @@ For more `redis-cli` connection examples, see the [`redis-cli` reference]({{< re
6363

6464
Redis Insight is a free Redis GUI that is available for macOS, Windows, and Linux.
6565

66-
1. [Install Redis Insight]({{< relref "/develop/connect/insight/" >}}).
66+
1. [Install Redis Insight]({{< relref "/develop/tools/insight/" >}}).
6767

6868
1. Open Redis Insight and select **Add Redis Database**.
6969

@@ -73,7 +73,7 @@ Redis Insight is a free Redis GUI that is available for macOS, Windows, and Linu
7373

7474
1. Select **Add Redis Database** to connect to the database.
7575

76-
See the [Redis Insight documentation]({{< relref "/develop/connect/insight/" >}}) for more information.
76+
See the [Redis Insight documentation]({{< relref "/develop/tools/insight/" >}}) for more information.
7777

7878
### Connect with Python
7979

content/operate/rs/7.4/references/cli-utilities/redis-cli/_index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ url: '/operate/rs/7.4/references/cli-utilities/redis-cli/'
1616

1717
The `redis-cli` command-line utility lets you interact with a Redis database. With `redis-cli`, you can run [Redis commands]({{< relref "/commands" >}}) directly from the command-line terminal or with [interactive mode](#interactive-mode).
1818

19-
If you want to run Redis commands without `redis-cli`, you can [connect to a database with Redis Insight]({{< relref "/develop/connect/insight/" >}}) and use the built-in [CLI]({{< relref "/develop/connect/insight/" >}}) prompt instead.
19+
If you want to run Redis commands without `redis-cli`, you can [connect to a database with Redis Insight]({{< relref "/develop/tools/insight/" >}}) and use the built-in [CLI]({{< relref "/develop/tools/insight/" >}}) prompt instead.
2020

2121
## Install `redis-cli`
2222

@@ -103,15 +103,15 @@ $ redis-cli -h <endpoint> -p 12000 GET mykey
103103
"Hello world"
104104
```
105105
106-
For more information, see [Command line usage]({{< relref "/develop/connect/cli" >}}#command-line-usage).
106+
For more information, see [Command line usage]({{< relref "/develop/tools/cli" >}}#command-line-usage).
107107
108108
## Interactive mode
109109
110-
In `redis-cli` [interactive mode]({{< relref "/develop/connect/cli" >}}#interactive-mode), you can:
110+
In `redis-cli` [interactive mode]({{< relref "/develop/tools/cli" >}}#interactive-mode), you can:
111111
112112
- Run any `redis-cli` command without prefacing it with `redis-cli`.
113-
- Enter `?` for more information about how to use the `HELP` command and [set `redis-cli` preferences]({{< relref "/develop/connect/cli" >}}#preferences).
114-
- Enter [`HELP`]({{< relref "/develop/connect/cli" >}}#showing-help-about-redis-commands) followed by the name of a command for more information about the command and its options.
113+
- Enter `?` for more information about how to use the `HELP` command and [set `redis-cli` preferences]({{< relref "/develop/tools/cli" >}}#preferences).
114+
- Enter [`HELP`]({{< relref "/develop/tools/cli" >}}#showing-help-about-redis-commands) followed by the name of a command for more information about the command and its options.
115115
- Press the `Tab` key for command completion.
116116
- Enter `exit` or `quit` or press `Control+D` to exit interactive mode and return to the terminal prompt.
117117
@@ -145,9 +145,9 @@ Scan the database for big keys:
145145
redis-cli -h <endpoint> -p <port> --bigkeys
146146
```
147147
148-
See [Scanning for big keys]({{< relref "/develop/connect/cli" >}}#scanning-for-big-keys) for more information.
148+
See [Scanning for big keys]({{< relref "/develop/tools/cli" >}}#scanning-for-big-keys) for more information.
149149
150150
## More info
151151
152-
- [Redis CLI documentation]({{< relref "/develop/connect/cli" >}})
152+
- [Redis CLI documentation]({{< relref "/develop/tools/cli" >}})
153153
- [Redis commands reference]({{< relref "/commands/" >}}

content/operate/rs/7.4/references/client_references/_index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ To connect to Redis instances from within your application, use a Redis client l
1919

2020
| Language | Client name |
2121
| :---------- | :------------- |
22-
| .Net | [NRedisStack]({{< relref "/develop/connect/clients/dotnet" >}}) |
23-
| Go | [go-redis]({{< relref "/develop/connect/clients/go" >}}) |
24-
| Java | [Jedis]({{< relref "/develop/connect/clients/java/jedis" >}}) (Synchronous) and [Lettuce]({{< relref "/develop/connect/clients/java/lettuce" >}}) (Asynchronous) |
25-
| Node.js | [node-redis]({{< relref "/develop/connect/clients/nodejs" >}}) |
26-
| Python | [redis-py]({{< relref "/develop/connect/clients/python" >}}) |
22+
| .Net | [NRedisStack]({{< relref "/develop/clients/dotnet" >}}) |
23+
| Go | [go-redis]({{< relref "/develop/clients/go" >}}) |
24+
| Java | [Jedis]({{< relref "/develop/clients/jedis" >}}) (Synchronous) and [Lettuce]({{< relref "/develop/clients/lettuce" >}}) (Asynchronous) |
25+
| Node.js | [node-redis]({{< relref "/develop/clients/nodejs" >}}) |
26+
| Python | [redis-py]({{< relref "/develop/clients/redis-py" >}}) |
2727

2828
Select a client name to see its quick start.
2929

3030
## Other clients
3131

3232
For a list of community-driven Redis clients, which are available for more programming languages, see
33-
[Community-supported clients]({{< relref "/develop/connect/clients#community-supported-clients" >}}).
33+
[Community-supported clients]({{< relref "/develop/clients#community-supported-clients" >}}).

0 commit comments

Comments
 (0)