File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,11 +28,18 @@ Some Redis client libraries support
2828[ 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
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
You can’t perform that action at this time.
0 commit comments