You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rc/compatibility.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Redis Enterprise Software and Redis Cloud support RESP2 and RESP3. In Redis Clou
21
21
22
22
## Client-side caching compatibility
23
23
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.
Copy file name to clipboardExpand all lines: content/operate/rs/7.4/databases/connect/supported-clients-browsers.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ You can connect to Redis Enterprise Software databases programmatically using cl
13
13
14
14
## Redis client libraries
15
15
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.
17
17
18
18
You can also use the `redis-cli` utility to connect to a database from the command line.
19
19
@@ -29,11 +29,11 @@ Note: You cannot use client libraries to configure Redis Enterprise Software. I
29
29
30
30
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:
Copy file name to clipboardExpand all lines: content/operate/rs/7.4/databases/connect/test-client-connectivity.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ database and store data using one of the following methods:
43
43
44
44
-[Redis Insight](https://redis.com/redis-enterprise/redis-insight/), a free Redis GUI that is available for macOS, Windows, and Linux
45
45
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.
47
47
48
48
### Connect with redis-cli
49
49
@@ -63,7 +63,7 @@ For more `redis-cli` connection examples, see the [`redis-cli` reference]({{< re
63
63
64
64
Redis Insight is a free Redis GUI that is available for macOS, Windows, and Linux.
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).
18
18
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.
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).
107
107
108
108
## Interactive mode
109
109
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:
111
111
112
112
- 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.
115
115
- Press the `Tab` key for command completion.
116
116
- Enter `exit` or `quit` or press `Control+D` to exit interactive mode and return to the terminal prompt.
117
117
@@ -145,9 +145,9 @@ Scan the database for big keys:
145
145
redis-cli -h <endpoint> -p <port> --bigkeys
146
146
```
147
147
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.
0 commit comments