Skip to content

Commit

Permalink
Note that Redis Cluster is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
lewispb committed Dec 30, 2023
1 parent cc15c2f commit 5cb75f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5cb75f3

Please sign in to comment.