1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-29 17:41:15 +03:00

Add example for failover client.

This commit is contained in:
Vladimir Mihailenco
2014-07-13 15:49:33 +03:00
parent 2651b57a91
commit ffe62d60e2
5 changed files with 25 additions and 5 deletions

View File

@ -11,16 +11,17 @@ Supports:
- TLS connections.
- Thread safety.
- Timeouts.
- Redis Sentinel.
API docs: http://godoc.org/gopkg.in/redis.v1.
Examples: http://godoc.org/gopkg.in/redis.v1#pkg-examples.
API docs: http://godoc.org/gopkg.in/redis.v2.
Examples: http://godoc.org/gopkg.in/redis.v2#pkg-examples.
Installation
------------
Install:
go get gopkg.in/redis.v1
go get gopkg.in/redis.v2
Look and feel
-------------