From bf6400f40955f797590f390e83e4adbf04fb133b Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Fri, 29 Jun 2018 11:14:10 +0300 Subject: [PATCH] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f34976..f030acc 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Supports: - [Timeouts](https://godoc.org/github.com/go-redis/redis#Options). - [Redis Sentinel](https://godoc.org/github.com/go-redis/redis#NewFailoverClient). - [Redis Cluster](https://godoc.org/github.com/go-redis/redis#NewClusterClient). +- [Cluster of Redis Servers](https://godoc.org/github.com/go-redis/redis#example-NewClusterClient--ManualSetup) without using cluster mode and Redis Sentinel. - [Ring](https://godoc.org/github.com/go-redis/redis#NewRing). - [Instrumentation](https://godoc.org/github.com/go-redis/redis#ex-package--Instrumentation). - [Cache friendly](https://github.com/go-redis/cache).