From bf77499e015143e92f86004d4243c0a10b471e25 Mon Sep 17 00:00:00 2001 From: Shohei Umemoto Date: Tue, 25 Jun 2024 20:27:24 +0900 Subject: [PATCH] Update the link URL to Redis Sentinel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f81f57..bafce33 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ redis.call("GET", "mykey") ### Sentinel support -The client is able to perform automatic failover by using [Redis Sentinel](https://redis.io/docs/manual/sentinel/). +The client is able to perform automatic failover by using [Redis Sentinel](https://redis.io/docs/latest/operate/oss_and_stack/management/sentinel/). To connect using Sentinel, use: