Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions content/commands/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ Here is the meaning of all fields in the **stats** section:
* `acl_access_denied_cmd`: Number of commands rejected because of access denied to the command
* `acl_access_denied_key`: Number of commands rejected because of access denied to a key
* `acl_access_denied_channel`: Number of commands rejected because of access denied to a channel
* `acl_access_denied_tls_cert`: Number of failed TLS certificate–based authentication attempts
* `cluster_incompatible_ops`: Number of cluster-incompatible commands. This metric appears only if the `cluster-compatibility-sample-ratio` configuration parameter is not 0. Added in Redis 8.0.


Expand Down
8 changes: 4 additions & 4 deletions content/operate/oss_and_stack/install/install-stack/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ title: Install Redis Open Source
weight: 2
---

Redis Open Source has been tested on the following platforms:
The latest version of Redis Open Source has been tested on the following platforms:

- Ubuntu 22.04 (Jammy Jellyfish) and 24.04 (Noble Numbat).
- Rocky Linux 8.10 and 9.5.
- AlmaLinux 8.10 and 9.5.
- Rocky Linux 8.10, 9.5, and 10.1.
- AlmaLinux 8.10, 9.5, and 10.1.
- Debian 12 (Bookworm) and 13 (Trixie).
- macOS 13 (Ventura), 14 (Sonoma), and 15 (Sequoia).
- macOS 14 (Sonoma), and 15 (Sequoia).

Follow the links below for installation instructions for your OS and distribution.

Expand Down