Skip to content

Commit cd70c76

Browse files
committed
Revert changes to Redis Enterprise name in Create Replica Of doc
1 parent b70c04a commit cd70c76

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

content/operate/rs/databases/import-export/replica-of/create.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To create a replica connection, you define a database as a replica of a source d
1616
Sources databases can be:
1717

1818
- Located in the same Redis Enterprise Software cluster
19-
- Located in a different Redis Enterprise Software cluster
19+
- Located in a different Redis Enterprise cluster
2020
- Hosted by a different deployment, e.g. Redis Cloud
2121
- Redis Community Edition databases
2222

@@ -33,9 +33,9 @@ When you change the replica status of a database by adding, removing, or changin
3333

3434
You can configure a database as a Replica Of, where the source database is in one of the following clusters:
3535

36-
- [Same Redis Enterprise Software cluster](#same-cluster)
36+
- [Same Redis Enterprise cluster](#same-cluster)
3737

38-
- [Different Redis Enterprise Software cluster](#different-cluster)
38+
- [Different Redis Enterprise cluster](#different-cluster)
3939

4040
- [Redis Community Edition cluster](#source-available-cluster)
4141

@@ -47,9 +47,9 @@ For best results when using the [Multicast DNS](https://en.wikipedia.org/wiki/Mu
4747
As long as Replica Of is enabled, data in the target database will not expire and will not be evicted regardless of the set [data eviction policy]({{< relref "/operate/rs/databases/memory-performance/eviction-policy.md" >}}).
4848
{{< /note >}}
4949

50-
### Same Redis Enterprise Software cluster {#same-cluster}
50+
### Same Redis Enterprise cluster {#same-cluster}
5151

52-
To configure a Replica Of database in the same Redis Enterprise Software cluster as the source database:
52+
To configure a Replica Of database in the same Redis Enterprise cluster as the source database:
5353

5454
1. [Create a new database]({{< relref "/operate/rs/databases/create" >}}) or select an existing database from the **Databases** screen.
5555

@@ -67,9 +67,9 @@ To configure a Replica Of database in the same Redis Enterprise Software cluster
6767

6868
1. Select **Save**.
6969

70-
### Different Redis Enterprise Software cluster {#different-cluster}
70+
### Different Redis Enterprise cluster {#different-cluster}
7171

72-
To configure a Replica Of database in a different Redis Enterprise Software cluster from the source database:
72+
To configure a Replica Of database in a different Redis Enterprise cluster from the source database:
7373

7474
1. Sign in to the Cluster Manager UI of the cluster hosting the source database.
7575

content/operate/rs/installing-upgrading/configuring/change-location-socket-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ To migrate an existing cluster to a new cluster with a different socket file loc
6565
sudo ./install.sh -s </path/to/socket/files>
6666
```
6767

68-
1. Use Replica Of to migrate your databases from the original cluster to the new cluster. For detailed steps, see the procedure to [configure Replica Of with different Redis Enterprise Software clusters]({{<relref "/operate/rs/databases/import-export/replica-of/create#different-cluster">}}).
68+
1. Use Replica Of to migrate your databases from the original cluster to the new cluster. For detailed steps, see the procedure to [configure Replica Of with different Redis Enterprise clusters]({{<relref "/operate/rs/databases/import-export/replica-of/create#different-cluster">}}).

0 commit comments

Comments
 (0)