Skip to content

Commit a4abc2d

Browse files
Merge pull request #2534 from redis/DOC-6097-rename-failover
DOC-6097 rename failover to Client-side geographic failover
2 parents a4d6541 + 6dc73d5 commit a4abc2d

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

content/develop/clients/failover.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ categories:
1010
- kubernetes
1111
- clients
1212
description: 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
1515
topics:
1616
- failover
1717
- failback
@@ -25,7 +25,7 @@ weight: 50
2525
---
2626

2727
Some 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)
2929
to improve the availability of connections to Redis databases. Use this page
3030
to get a general overview of the concepts and then see the documentation for
3131
your client library to learn how to configure it for failover and failback:

content/develop/clients/jedis/failover.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
1515
topics:
1616
- failover
1717
- failback
@@ -24,10 +24,10 @@ scope: [client-specific, implementation]
2424
weight: 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)
2828
to 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

content/develop/clients/redis-py/failover.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
1515
topics:
1616
- failover
1717
- failback
@@ -25,10 +25,10 @@ weight: 65
2525
bannerText: 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)
2929
to 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

0 commit comments

Comments
 (0)