mirror of https://github.com/ledisdb/ledisdb.git
Merge branch 'develop' of https://github.com/siddontang/ledisdb into develop
This commit is contained in:
commit
ab3e559859
10
README.md
10
README.md
|
@ -25,13 +25,13 @@ Ledisdb is a high performance NoSQL like Redis based on LevelDB written by go. I
|
|||
|
||||
+ Install leveldb and snappy, if you have installed, skip.
|
||||
|
||||
I supply a simple shell to install leveldb and snappy, you can use:
|
||||
LedisDB supplies a simple shell to install leveldb and snappy:
|
||||
|
||||
sh build_leveldb.sh
|
||||
|
||||
It will default install leveldb at /usr/local/leveldb and snappy at /usr/local/snappy
|
||||
|
||||
+ Change LEVELDB_DIR and SNAPPY_DIR to real install path in dev.sh.
|
||||
+ Set LEVELDB_DIR and SNAPPY_DIR to the actual install path in dev.sh.
|
||||
|
||||
+ Then:
|
||||
|
||||
|
@ -65,7 +65,7 @@ Ledisdb is a high performance NoSQL like Redis based on LevelDB written by go. I
|
|||
|
||||
## Replication
|
||||
|
||||
set slaveof in config or dynamiclly
|
||||
Set slaveof in config or dynamiclly
|
||||
|
||||
ledis-cli -p 6381
|
||||
|
||||
|
@ -86,7 +86,7 @@ See benchmark.md for more.
|
|||
|
||||
## Commands
|
||||
|
||||
Some server commands explaintions are [here](https://github.com/siddontang/ledisdb/wiki/Commands), others will add continuate.
|
||||
[Server Commands](https://github.com/siddontang/ledisdb/wiki/Commands).
|
||||
|
||||
## Thanks
|
||||
|
||||
|
@ -94,6 +94,8 @@ Gmail: cenqichao@gmail.com
|
|||
|
||||
Gmail: chendahui007@gmail.com
|
||||
|
||||
Gamil: tiaotiaoyly@gmail.com
|
||||
|
||||
## Feedback
|
||||
|
||||
Gmail: siddontang@gmail.com
|
Loading…
Reference in New Issue