forked from mirror/ledisdb
update read me
This commit is contained in:
parent
a5621140fa
commit
f91d8fe09a
|
@ -22,6 +22,7 @@ LedisDB now supports multiple different databases as backends.
|
||||||
+ HTTP API support, JSON/BSON/msgpack output.
|
+ HTTP API support, JSON/BSON/msgpack output.
|
||||||
+ Replication to guarantee data safety.
|
+ Replication to guarantee data safety.
|
||||||
+ Supplies tools to load, dump, and repair database.
|
+ Supplies tools to load, dump, and repair database.
|
||||||
|
+ Supports cluster, use [xcodis](https://github.com/siddontang/xcodis)
|
||||||
|
|
||||||
## Build and Install
|
## 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
|
ledis 127.0.0.1:6381> slaveof 127.0.0.1 6380
|
||||||
OK
|
OK
|
||||||
|
|
||||||
|
## Cluster support
|
||||||
|
|
||||||
|
LedisDB uses a proxy named [xcodis](https://github.com/siddontang/xcodis) to support cluster.
|
||||||
|
|
||||||
## Benchmark
|
## Benchmark
|
||||||
|
|
||||||
See [benchmark](https://github.com/siddontang/ledisdb/wiki/Benchmark) for more.
|
See [benchmark](https://github.com/siddontang/ledisdb/wiki/Benchmark) for more.
|
||||||
|
|
Loading…
Reference in New Issue