Skip to content

Commit bee622b

Browse files
committed
Merge upstream PR redis#3386 into feature/docker-support
Document which clients support failover for pub/sub.
2 parents e5ea793 + defebe0 commit bee622b

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

content/develop/clients/failover.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,18 @@ Some Redis client libraries support
2828
[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
31-
your client library to learn how to configure it for failover and failback:
31+
your client library to learn how to configure it for failover and failback.
3232

33-
- [Jedis]({{< relref "/develop/clients/jedis/failover" >}})
34-
- [redis-py]({{< relref "/develop/clients/redis-py/failover" >}}) (preview)
35-
- [Lettuce]({{< relref "/develop/clients/lettuce/failover" >}}) (preview)
33+
## Supported client libraries
34+
35+
The table below lists the clients that support client-side geographic failover
36+
along with their release state and available features.
37+
38+
| Client | Basic failover | Pub/sub failover | OSS Cluster failover | Failback |
39+
| :-- | :-- | :-- | :-- | :-- |
40+
| [Jedis]({{< relref "/develop/clients/jedis/failover" >}}) | Yes | No | No | Yes |
41+
| [redis-py]({{< relref "/develop/clients/redis-py/failover" >}}) | Yes (Preview) | Yes | Yes | Yes |
42+
| [Lettuce]({{< relref "/develop/clients/lettuce/failover" >}}) | Yes (Preview) | Yes | No | Yes |
3643

3744
## Concepts
3845

0 commit comments

Comments
 (0)