File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed
Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ categories:
1010- kubernetes
1111- clients
1212description : Improve reliability using the failover/failback features of client libraries.
13- linkTitle : Failover/failback
14- title : Failover and failback
13+ linkTitle : Geographic failover
14+ title : Client-side geographic failover
1515topics :
1616- failover
1717- failback
@@ -25,7 +25,7 @@ weight: 50
2525---
2626
2727Some Redis client libraries support
28- [ failover and failback ] ( https://en.wikipedia.org/wiki/Failover )
28+ [ Client-side geographic failover ] ( https://en.wikipedia.org/wiki/Failover )
2929to improve the availability of connections to Redis databases. Use this page
3030to get a general overview of the concepts and then see the documentation for
3131your client library to learn how to configure it for failover and failback:
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ categories:
99- oss
1010- kubernetes
1111- clients
12- description : Improve reliability using the failover/failback features of Jedis.
13- linkTitle : Failover/failback
14- title : Failover and failback
12+ description : Improve reliability using the failover features of Jedis.
13+ linkTitle : Geographic failover
14+ title : Client-side geographic failover
1515topics :
1616- failover
1717- failback
@@ -24,10 +24,10 @@ scope: [client-specific, implementation]
2424weight : 50
2525---
2626
27- Jedis supports [ failover and failback ] ( https://en.wikipedia.org/wiki/Failover )
27+ Jedis supports [ Client-side geographic failover ] ( https://en.wikipedia.org/wiki/Failover )
2828to improve the availability of connections to Redis databases. This page explains
29- how to configure Jedis for failover and failback . For an overview of the concepts,
30- see the main [ Failover/failback ] ({{< relref "/develop/clients/failover" >}}) page.
29+ how to configure Jedis for failover. For an overview of the concepts,
30+ see the main [ Client-side geographic failover ] ({{< relref "/develop/clients/failover" >}}) page.
3131
3232## Failover configuration
3333
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ categories:
99- oss
1010- kubernetes
1111- clients
12- description : Improve reliability using the failover/failback features of redis-py.
13- linkTitle : Failover/failback
14- title : Failover and failback
12+ description : Improve reliability using the failover features of redis-py.
13+ linkTitle : Geographic failover
14+ title : Client-side geographic failover
1515topics :
1616- failover
1717- failback
@@ -25,10 +25,10 @@ weight: 65
2525bannerText : This feature is currently in preview and may be subject to change.
2626---
2727
28- redis-py supports [ failover and failback ] ( https://en.wikipedia.org/wiki/Failover )
28+ redis-py supports [ Client-side geographic failover ] ( https://en.wikipedia.org/wiki/Failover )
2929to improve the availability of connections to Redis databases. This page explains
30- how to configure redis-py for failover and failback . For an overview of the concepts,
31- see the main [ Failover/failback ] ({{< relref "/develop/clients/failover" >}}) page.
30+ how to configure redis-py for failover. For an overview of the concepts,
31+ see the main [ Client-side geographic failover ] ({{< relref "/develop/clients/failover" >}}) page.
3232
3333## Failover configuration
3434
You can’t perform that action at this time.
0 commit comments