From f91d8fe09a29772cfca27474e78a046ce91db6b2 Mon Sep 17 00:00:00 2001 From: siddontang Date: Thu, 4 Dec 2014 20:59:16 +0800 Subject: [PATCH] update read me --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 139ae72..c81d86c 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ LedisDB now supports multiple different databases as backends. + HTTP API support, JSON/BSON/msgpack output. + Replication to guarantee data safety. + Supplies tools to load, dump, and repair database. ++ Supports cluster, use [xcodis](https://github.com/siddontang/xcodis) ## Build and Install @@ -147,6 +148,10 @@ Set slaveof in config or dynamiclly ledis 127.0.0.1:6381> slaveof 127.0.0.1 6380 OK +## Cluster support + +LedisDB uses a proxy named [xcodis](https://github.com/siddontang/xcodis) to support cluster. + ## Benchmark See [benchmark](https://github.com/siddontang/ledisdb/wiki/Benchmark) for more.