You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rs/databases/active-active/develop/_index.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ description: General information to keep in mind while developing applications f
11
11
hideListLinks: true
12
12
linktitle: Develop applications
13
13
weight: 99
14
+
note: This entire folder is duplicated in operate/rc/databases/active-active/develop. If you link to anything in this folder, make sure the link works on both RS and RC.
14
15
---
15
16
Developing globally distributed applications can be challenging, as
16
17
developers have to think about race conditions and complex combinations
@@ -64,4 +65,4 @@ in between.
64
65
65
66
[Learn more about
66
67
synchronization for
67
-
each supported data type]({{< relref "/operate/rs/databases/active-active/develop/data-types/" >}}) and [how to develop applications]({{< relref "/operate/rs/databases/active-active/develop/develop-for-aa.md" >}}) with them on Redis Enterprise Software.
68
+
each supported data type]({{< relref "./data-types/" >}}) and [how to develop applications]({{< relref "./develop-for-aa.md" >}}) with them on Redis Enterprise Software.
0 commit comments