update read me

This commit is contained in:
siddontang 2014-12-04 20:59:16 +08:00
parent a5621140fa
commit f91d8fe09a
1 changed files with 5 additions and 0 deletions

View File

@ -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.