From 5cb75f357de63277b346999568d7d8a48c3df209 Mon Sep 17 00:00:00 2001 From: Lewis Buckley Date: Sat, 30 Dec 2023 07:40:37 +0000 Subject: [PATCH] Note that Redis Cluster is not supported https://github.com/rails/kredis/issues/131 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d328ad9..89a33a0 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,7 @@ Kredis passes the configuration to `Redis.new` to establish the connection. See ### Redis support -Kredis works with Redis server 4.0+, with the [Redis Ruby](https://github.com/redis/redis-rb) client version 4.2+. +Kredis works with Redis server 4.0+, with the [Redis Ruby](https://github.com/redis/redis-rb) client version 4.2+. Redis Cluster is not supported. ### Setting SSL options on Redis Connections