Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/develop/clients/failover.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ categories:
- kubernetes
- clients
description: Improve reliability using the failover/failback features of client libraries.
linkTitle: Failover/failback
title: Failover and failback
linkTitle: Geographic failover
title: Client-side geographic failover
topics:
- failover
- failback
Expand All @@ -25,7 +25,7 @@ weight: 50
---

Some Redis client libraries support
[failover and failback](https://en.wikipedia.org/wiki/Failover)
[Client-side geographic failover](https://en.wikipedia.org/wiki/Failover)
to improve the availability of connections to Redis databases. Use this page
to get a general overview of the concepts and then see the documentation for
your client library to learn how to configure it for failover and failback:
Expand Down
12 changes: 6 additions & 6 deletions content/develop/clients/jedis/failover.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ categories:
- oss
- kubernetes
- clients
description: Improve reliability using the failover/failback features of Jedis.
linkTitle: Failover/failback
title: Failover and failback
description: Improve reliability using the failover features of Jedis.
linkTitle: Geographic failover
title: Client-side geographic failover
topics:
- failover
- failback
Expand All @@ -24,10 +24,10 @@ scope: [client-specific, implementation]
weight: 50
---

Jedis supports [failover and failback](https://en.wikipedia.org/wiki/Failover)
Jedis supports [Client-side geographic failover](https://en.wikipedia.org/wiki/Failover)
to improve the availability of connections to Redis databases. This page explains
how to configure Jedis for failover and failback. For an overview of the concepts,
see the main [Failover/failback]({{< relref "/develop/clients/failover" >}}) page.
how to configure Jedis for failover. For an overview of the concepts,
see the main [Client-side geographic failover]({{< relref "/develop/clients/failover" >}}) page.

## Failover configuration

Expand Down
12 changes: 6 additions & 6 deletions content/develop/clients/redis-py/failover.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ categories:
- oss
- kubernetes
- clients
description: Improve reliability using the failover/failback features of redis-py.
linkTitle: Failover/failback
title: Failover and failback
description: Improve reliability using the failover features of redis-py.
linkTitle: Geographic failover
title: Client-side geographic failover
topics:
- failover
- failback
Expand All @@ -25,10 +25,10 @@ weight: 65
bannerText: This feature is currently in preview and may be subject to change.
---

redis-py supports [failover and failback](https://en.wikipedia.org/wiki/Failover)
redis-py supports [Client-side geographic failover](https://en.wikipedia.org/wiki/Failover)
to improve the availability of connections to Redis databases. This page explains
how to configure redis-py for failover and failback. For an overview of the concepts,
see the main [Failover/failback]({{< relref "/develop/clients/failover" >}}) page.
how to configure redis-py for failover. For an overview of the concepts,
see the main [Client-side geographic failover]({{< relref "/develop/clients/failover" >}}) page.

## Failover configuration

Expand Down