Redis Software release notes 8.2.x
Database-scoped management roles. Data path command auditing.
| Redis Software |
|---|
Redis Software version 8.2 is now available!
Highlights
This version offers:
-
Database-scoped management roles
-
Data path command auditing
-
FIPS 140-3 support
Detailed release notes
For more detailed release notes, select a build version from the following table:
| Version (Release date) | Major changes | Redis Open Source compatibility |
|---|---|---|
| 8.2.0-25 (July 2026) | Database-scoped management roles. Data path command auditing. | Redis 8.6.2, 8.4.0, 8.2.1, 8.0.2, 7.4.3, 7.2.7, 6.2.13 |
Version changes
Breaking changes
Redis Software version 8.2.0 introduces the following breaking changes:
-
Local import from Redis Software system directories is no longer supported. To improve security, database imports that use the
mount_pointsource can no longer read files from Redis Software system directories, including/opt/redislabs,/var/opt/redislabs,/etc/opt/redislabs, and any of their subdirectories.-
Import operations that reference files in these directories now fail.
-
Store import files in a non-system location accessible to Redis Software before you start the import.
-
-
smtp_passwordis now a write-only field in the Cluster API. To improve security, the API no longer returns the SMTP password in responses toGET /v1/cluster, and the Cluster Manager UI no longer reads or displays the existing password.-
Applications or scripts that previously expected
smtp_passwordto be returned by the Cluster API no longer receive this field. -
When you update SMTP settings, the existing password cannot be retrieved. To change the SMTP password, provide a new password as part of the update request.
-
-
Custom module upload is disabled by default. To improve security, custom (user-defined) module uploads are now disabled by default. A new cluster setting,
allow_modules_upload, controls access to the custom module upload APIs. When this setting is disabled (the default), requests toPOST /v2/modules/user-definedandPOST /v2/local/modules/user-defined/artifactsreturn403 modules_upload_disabled, regardless of user role.-
To enable custom module uploads, set
allow_modules_uploadtotruewith aPUT /v1/clusterrequest. -
Applications or automation that call the custom module upload APIs directly receive a
403 modules_upload_disabledresponse until the setting is enabled. -
Existing functionality for listing, deleting, and loading modules is unchanged.
-
OpenSSL version
Redis Software version 8.0.16 and later requires OpenSSL 3.3 or later.
Reserved ports
Make sure the following ports are open before upgrading Redis Software.
The following port was added as a reserved port in Redis Software version 8.0.18; however, it is optional instead of reserved in Redis Software version 8.0.20-44:
| Port | Process name | Usage |
|---|---|---|
| 3357 | reconciliation_tree_grpc | Internal communication |
Ports reserved as of Redis Software version 7.22.0:
| Port | Process name | Usage |
|---|---|---|
| 3346 | cluster_api_internal | Cluster API internal port |
| 3351 | cluster_watchdog_grpc_api | Cluster watchdog now supports gRPC |
| 3352 | grpc_service_mesh | gRPC communication between nodes |
| 3353 | local_grpc_service_mesh | Local gRPC services |
| 3354 | grpc_gossip_envoy | gRPC gossip protocol communication between nodes |
| 3355 | authentication_service | Authentication service internal port |
Ports reserved as of Redis Software version 7.8.2:
| Port | Process name | Usage |
|---|---|---|
| 3347 | cert_exporter | Reports cluster certificate metrics |
| 3348 | process_exporter | Reports process metrics for DMC and Redis processes |
| 3349 | cluster_wd_exporter | Reports cluster watchdog metrics |
| 3350 | db_controller | Internode communication |
| 9091 | node_exporter | Reports host node metrics related to CPU, memory, disk, and more |
| 9125 | statsd_exporter | Reports push metrics related to the DMC and syncer, and some cluster and node metrics |
See Ports and port ranges used by Redis Software for a complete list.
Deprecations
API deprecations
-
The
db_conns_auditingcluster policy and database configuration field is deprecated. Use theaudit_settings.audit_modefield instead. Settingdb_conns_auditingtotrueis equivalent to settingaudit_modetoconnection. See Audit events for the current auditing configuration. -
The
gradual_src_mode,gradual_sync_mode, andgradual_sync_max_shards_per_sourceparameters are deprecated. Usegradual_sync_policyinstead. You can set it withrladmin tune dbor the REST API. -
The
old_passwordfield inPOST /v1/users/passwordandPUT /v1/users/passwordrequests is deprecated and ignored. It was optional and had no effect when adding or resetting a password, so you can remove it from these requests.old_passwordis still required forDELETE /v1/users/password, which uses it to identify the password to delete. -
The following REST API fields, deprecated since Redis Software version 6.4.2, are removed in this release:
-
use_ipv6(cluster object) — useuse_external_ipv6instead. -
redis_cleanup_job_settings(job scheduler object) — usepersistence_cleanup_scan_intervalinstead.
-
Internal monitoring and v1 Prometheus metrics deprecation
The existing internal monitoring engine is deprecated. We recommend transitioning to the new metrics stream engine for improved performance, enhanced integration capabilities, and modernized metrics streaming.
V1 Prometheus metrics are deprecated but still available. To transition to the new metrics stream engine, either migrate your existing dashboards using this guide or use new preconfigured dashboards.
As part of the transition to the metrics stream engine, some internal cluster manager alerts were deprecated in favor of external monitoring solutions. See the alerts transition plan for guidance.
Supported platforms
The following table provides a snapshot of supported platforms as of this Redis Software release. See the supported platforms reference for more details about operating system compatibility.
✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules.
⚠️ Deprecation warning – The platform is still supported for this version of Redis Software, but support will be removed in a future release.
| Redis Software major versions |
8.2 | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 |
|---|---|---|---|---|---|---|---|---|
| Release date | Jul 2026 | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 |
| End-of-life date | Determined after next major release |
Jul 2028 | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 |
| Platforms | ||||||||
| RHEL 9 & compatible distros1 |
✅ | ✅ | ✅ | ✅ | ✅ | – | – | – |
| RHEL 9 FIPS mode5 |
✅ | ✅ | ✅ | ✅ | – | – | – | – |
| RHEL 8 & compatible distros1 |
✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| RHEL 7 & compatible distros1 |
– | – | – | – | – | ⚠️ | ⚠️ | ⚠️ |
| Ubuntu 22.042 | ✅ | ✅ | ✅ | ✅ | – | – | – | – |
| Ubuntu 20.042 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | – |
| Ubuntu 18.042 | – | – | – | – | ⚠️ | ⚠️ | ⚠️ | ⚠️ |
| Ubuntu 16.042 | – | – | – | – | – | ⚠️ | ⚠️ | ⚠️ |
| Amazon Linux 20236 | ✅ | ✅ | – | – | – | – | – | – |
| Amazon Linux 2 | – | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | – |
| Amazon Linux 1 | – | – | – | – | – | ⚠️ | ⚠️ | ⚠️ |
| Kubernetes3 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| Docker4 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
-
The RHEL-compatible distributions CentOS, CentOS Stream, Alma, and Rocky are supported if they have full RHEL compatibility. Oracle Linux running the Red Hat Compatible Kernel (RHCK) is supported, but the Unbreakable Enterprise Kernel (UEK) is not supported.
-
The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments.
-
See the Redis Enterprise for Kubernetes documentation for details about support per version and Kubernetes distribution.
-
Docker images of Redis Software are certified for development and testing only.
-
Supported only if FIPS was enabled during RHEL installation to ensure FIPS compliance.
-
Amazon Linux 2023 support was added in Redis Software version 8.0.20.
Known issues
- RS155734: Endpoint availability metrics do not work as expected due to a calculation error.
Known limitations
Redis Search query failures during rolling upgrades across the 8.4 version boundary
Redis Search queries can fail during a rolling upgrade when a cluster contains shards running Redis versions earlier than 8.4 and shards running Redis version 8.4 or later, due to an internal protocol change introduced in version 8.4. This issue affects only clusters where parallel_shards_upgrade has been changed from its default value of 0. If both conditions apply, expect Redis Search downtime until all nodes are upgraded.
Trim ACKED not supported for Active-Active 8.4 databases
For Active-Active databases running Redis database version 8.4, the ACKED option is not supported for trimming commands.
Rolling upgrade limitation for clusters with custom or deprecated modules
Due to module handling changes introduced in Redis Software version 8.0, upgrading a cluster that contains custom or deprecated modules, such as RedisGraph and RedisGears v2, can become stuck when adding a new node to the cluster during a rolling upgrade.
Module commands limitation during Active-Active database upgrades to Redis 8.0
When upgrading an Active-Active database to Redis version 8.0, you cannot use module commands until all Active-Active database instances have been upgraded. Currently, these commands are not blocked automatically.
Redis 8.0 database cannot be created with flash
You cannot create a Redis 8.0 database with flash storage enabled. Create a Redis 8.0 database with RAM-only storage instead, or use Redis 8.2 for flash-enabled (Redis Flex) databases.
New Cluster Manager UI limitations
The following legacy UI features are not yet available in the new Cluster Manager UI:
-
Purge an Active-Active instance.
Use
crdb-cli crdb purge-instanceinstead. -
Search and export the log.