Skip to content

Commit 5cfd3fe

Browse files
committed
Clarify TLS setting and Active-Active TLS between regions
1 parent f475b67 commit 5cfd3fe

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

content/operate/rc/databases/configuration/active-active-redis.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Active-Active databases are distributed across multiple regions (geo-distributio
1717

1818
Active-Active databases allow read and write operations in each copy. Each copy eventually reflects changes made in other copies ([eventual consistency]({{< relref "/glossary#eventual-consistency" >}})). Conflict-free data types (CRDTs) synchronize read and write operations between copies. CRDTs ensure consistency and resolve conflicts.
1919

20+
Active-Active databases use TLS to synchronize data between regions. You can also use TLS to encrypt client connections. See [Transport Layer Security (TLS)]({{< relref "/operate/rc/security/database-security/tls-ssl.md" >}}) for more information.
21+
2022
When developing for Active-Active databases, you need to consider some important differences. See [Develop applications with Active-Active databases]({{< relref "/operate/rs/databases/active-active/develop/_index.md" >}}) for related information.
2123

2224
{{< note >}}

content/operate/rc/security/database-security/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Redis Cloud supports two types of network security: [IP Restrictions]({{< relref
2626

2727
## Transport Layer Security (TLS)
2828

29-
Redis Cloud supports [Transport Layer Security]({{< relref "/operate/rc/security/database-security/tls-ssl.md" >}}) (TLS) for database connections. TLS, often called "SSL", ensures the privacy of the TCP connection between your application and database. When client
30-
authentication is enabled, TLS also ensures that those clients with an authorized key can connect to your Redis databases.
29+
Redis Cloud supports [Transport Layer Security]({{< relref "/operate/rc/security/database-security/tls-ssl.md" >}}) (TLS) for database access. TLS, often called "SSL", ensures the privacy of the TCP connection between your application and database. When client
30+
authentication is activated, TLS ensures that only clients with an authorized key can access to your Redis databases.
3131

3232
We strongly recommend enabling TLS for any application transmitting sensitive data across the wire.
3333

0 commit comments

Comments
 (0)