Skip to content

Commit

Permalink
Revert changes to Redis 7 and 7.2 breaking changes embeds
Browse files Browse the repository at this point in the history
  • Loading branch information
rrelledge committed Jun 11, 2024
1 parent 3c0f011 commit 39df409
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions content/embeds/r7-breaking-changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Redis 7.0 breaking changes

When new major versions of Redis Community Edition change existing commands, upgrading your database to a new version can potentially break some functionality. Before you upgrade, make sure to read the provided list of breaking changes that affect Redis Enterprise and update any applications that connect to your database to handle these changes.
When new major versions of open source Redis change existing commands, upgrading your database to a new version can potentially break some functionality. Before you upgrade, make sure to read the provided list of breaking changes that affect Redis Enterprise and update any applications that connect to your database to handle these changes.

To check your Redis database version (`redis_version`), you can use the admin console or run the [`INFO`]({{< relref "/commands" >}}/info/) command with [`redis-cli`]({{< relref "/operate/rs/references/cli-utilities/redis-cli" >}}):

Expand All @@ -11,7 +11,7 @@ redis_version:7.0.8
..."
```

Redis Community Edition version 7.0 introduces the following potentially breaking changes to Redis Enterprise:
Open source Redis version 7.0 introduces the following potentially breaking changes to Redis Enterprise:

#### Programmability

Expand Down
4 changes: 2 additions & 2 deletions content/embeds/r7.2-breaking-changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Redis 7.2 breaking changes

When new major versions of Redis Community Edition change existing commands, upgrading your database to a new version can potentially break some functionality. Before you upgrade, make sure to read the provided list of breaking changes that affect Redis Enterprise and update any applications that connect to your database to handle these changes.
When new major versions of open source Redis change existing commands, upgrading your database to a new version can potentially break some functionality. Before you upgrade, make sure to read the provided list of breaking changes that affect Redis Enterprise and update any applications that connect to your database to handle these changes.

Confirm your Redis database version (`redis_version`) using the admin console or run the following [`INFO`]({{< relref "/commands" >}}/info/) command via [`redis-cli`]({{< relref "/operate/rs/references/cli-utilities/redis-cli" >}}):

Expand Down Expand Up @@ -48,7 +48,7 @@ Upgrading to Redis version 7.2 from version 7.0 introduces the following potenti

#### Breaking changes from version 6.2

Upgrading to Redis Community Edition version 7.2 from version 6.2 introduces the following potentially breaking changes to Redis Enterprise.
Upgrading to open source Redis version 7.2 from version 6.2 introduces the following potentially breaking changes to Redis Enterprise.

All [breaking changes from version 7.0](#breaking-changes-from-version-70) also apply to Redis version 6.2.

Expand Down
4 changes: 2 additions & 2 deletions content/embeds/r7.2-combined-breaking-changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Redis 7.2 breaking changes

When new major versions of Redis Community Edition change existing commands, upgrading your database to a new version can potentially break some functionality. Before you upgrade, make sure to read the provided list of breaking changes that affect Redis Enterprise and update any applications that connect to your database to handle these changes.
When new major versions of open source Redis change existing commands, upgrading your database to a new version can potentially break some functionality. Before you upgrade, make sure to read the provided list of breaking changes that affect Redis Enterprise and update any applications that connect to your database to handle these changes.

Confirm your Redis database version (`redis_version`) using the admin console or run the following [`INFO`]({{< relref "/commands" >}}/info/) command via [`redis-cli`]({{< relref "/operate/rs/references/cli-utilities/redis-cli" >}}):

Expand All @@ -13,7 +13,7 @@ redis_version:7.0.8

#### Breaking changes from version 6.2

Upgrading to Redis Community Edition version 7.2 from version 6.2 introduces the following potentially breaking changes to Redis Enterprise.
Upgrading to open source Redis version 7.2 from version 6.2 introduces the following potentially breaking changes to Redis Enterprise.

##### Programmability

Expand Down

0 comments on commit 39df409

Please sign in to comment.