From 46f510fd3b356bd926c2f00d1c067daf5c7975da Mon Sep 17 00:00:00 2001 From: Ali Torki Date: Sun, 27 Mar 2022 16:14:53 +0430 Subject: [PATCH] docs: update redis sentinel doc URL (#1546) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13a62831..09e8f020 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Supports Redis >= 2.6.12 and (Node.js >= 12.22.0). Completely compatible with Re ioredis is a robust, full-featured Redis client that is used in the world's biggest online commerce company [Alibaba](http://www.alibaba.com/) and many other awesome companies. -0. Full-featured. It supports [Cluster](http://redis.io/topics/cluster-tutorial), [Sentinel](http://redis.io/topics/sentinel), [Streams](https://redis.io/topics/streams-intro), [Pipelining](http://redis.io/topics/pipelining), and of course [Lua scripting](http://redis.io/commands/eval), [Redis Functions](https://redis.io/topics/functions-intro), [Pub/Sub](http://redis.io/topics/pubsub) (with the support of binary messages). +0. Full-featured. It supports [Cluster](http://redis.io/topics/cluster-tutorial), [Sentinel](https://redis.io/docs/reference/sentinel-clients), [Streams](https://redis.io/topics/streams-intro), [Pipelining](http://redis.io/topics/pipelining), and of course [Lua scripting](http://redis.io/commands/eval), [Redis Functions](https://redis.io/topics/functions-intro), [Pub/Sub](http://redis.io/topics/pubsub) (with the support of binary messages). 0. High performance 🚀. 0. Delightful API 😄. It works with Node callbacks and Native promises. 0. Transformation of command arguments and replies.