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/develop/tools/cli.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,19 @@ To launch the program in special modes, you can use several options, including:
26
26
27
27
This topic covers the different aspects of `redis-cli`, starting from the simplest and ending with the more advanced features.
28
28
29
+
## Install `redis-cli`
30
+
31
+
You have several options for installing or using `redis-cli`.
32
+
33
+
-[Install Redis Open Source]({{< relref "/operate/oss_and_stack/install/install-stack/" >}}). The `redis-cli` utility is installed as part of each installation method.
34
+
-[Build Redis from source]({{< relref "/operate/oss_and_stack/install/build-stack" >}}). Instead of building everything, you can just run the following command:
35
+
36
+
`$ make redis-cli`.
37
+
38
+
The `redis-cli` utility will be built in the `/path/to/redis-source/src` directory as `/path/to/redis-source/src/redis-cli`.
39
+
40
+
If you prefer not to install Redis, you can also run `redis-cli` in Docker. See the [Run `redis-cli` using Docker]({{< relref "/operate/oss_and_stack/install/install-stack/docker/#connect-with-redis-cli" >}}) page for instructions.
41
+
29
42
## Command line usage
30
43
31
44
To run a Redis command and return a standard output at the terminal, include the command to execute as separate arguments of `redis-cli`:
Copy file name to clipboardExpand all lines: content/operate/kubernetes/re-clusters/_index.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,21 @@ Monitor cluster health and performance:
36
36
37
37
-[Connect to Prometheus operator]({{< relref "/operate/kubernetes/re-clusters/connect-prometheus-operator" >}}) - Integrate with Prometheus for metrics collection and monitoring
38
38
39
+
### Call home client
40
+
41
+
The call home client sends health or error data from your deployment(s) back to Redis. You can disable it by adding the following to your REC specification:
42
+
43
+
```yaml
44
+
spec:
45
+
usageMeter:
46
+
callHomeClient:
47
+
disabled: true
48
+
```
49
+
50
+
{{<note>}}
51
+
The REST API approach used for Redis Software deployments will have no effect on Kubernetes deployments. You must use the REC specification method shown above.
52
+
{{</note>}}
53
+
39
54
## Recovery and troubleshooting
40
55
41
56
Handle cluster recovery and troubleshooting scenarios:
description: This is a maintenance release to support Redis Enterprise Software version 7.2.4-138. RHEL7 support has been removed.
8
+
linkTitle: 7.2.4-15 (September 2025)
9
+
title: Redis Enterprise for Kubernetes 7.2.4-15 (September 2025) release notes
10
+
weight: 0
11
+
---
12
+
13
+
## Highlights
14
+
15
+
This is a maintenance release to support Redis Enterprise Software version 7.2.4-138. For information on supported distributions, breaking changes, and limitations, see the previous [7.2.4-12 release notes]({{<relref "/operate/kubernetes/release-notes/7-2-4-releases/7-2-4-12-june25">}}).
16
+
17
+
## Breaking changes
18
+
19
+
**RHEL7 support removed**: Redis Enterprise Software 7.2.4-138 removes support for RHEL7. RHEL7-based OpenShift images are no longer available. Migrate to RHEL8-based images before upgrading.
For a list of fixes related to CVEs, see the [Redis Enterprise 7.2.4-138 release notes]({{<relref "operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-138#security">}}).
0 commit comments