Skip to content

Commit a1e7d02

Browse files
docs: Fix Sentinel URL in README
1 parent 648b58e commit a1e7d02

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ioredis is a stable project and maintenance is done on a best-effort basis for r
2121
ioredis is a robust, full-featured Redis client that is
2222
used in the world's biggest online commerce company [Alibaba](http://www.alibaba.com/) and many other awesome companies.
2323

24-
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).
24+
0. Full-featured. It supports [Cluster](http://redis.io/topics/cluster-tutorial), [Sentinel](https://redis.io/docs/latest/operate/oss_and_stack/management/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).
2525
1. High performance 🚀.
2626
2. Delightful API 😄. It works with Node callbacks and Native promises.
2727
3. Transformation of command arguments and replies.
@@ -1213,7 +1213,7 @@ cluster.on("smessage", (channel, message) => {
12131213
console.log(message);
12141214
});
12151215

1216-
1216+
12171217
//Subscribe to the channels on the same slot
12181218
cluster.ssubscribe("channel{my}:1", "channel{my}:2").then( ( count: number ) => {
12191219
console.log(count);

0 commit comments

Comments
 (0)