From f7399b48cd7d1b7068cc00cf21d76b9b8ae13f9c Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Tue, 13 Jan 2015 12:36:49 +0200 Subject: [PATCH] Add link to the redis cluster. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ddf875f9..041c3dc5 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Supports: - Thread safety. - Timeouts. - Redis Sentinel. +- Redis Cluster: https://github.com/bsm/redis-cluster. API docs: http://godoc.org/gopkg.in/redis.v2. Examples: http://godoc.org/gopkg.in/redis.v2#pkg-examples.