Merge branch 'develop' of https://github.com/siddontang/ledisdb into develop

This commit is contained in:
silentsai 2014-07-16 15:27:08 +08:00
commit ab3e559859
1 changed files with 6 additions and 4 deletions

View File

@ -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. + 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 sh build_leveldb.sh
It will default install leveldb at /usr/local/leveldb and snappy at /usr/local/snappy 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: + Then:
@ -65,7 +65,7 @@ Ledisdb is a high performance NoSQL like Redis based on LevelDB written by go. I
## Replication ## Replication
set slaveof in config or dynamiclly Set slaveof in config or dynamiclly
ledis-cli -p 6381 ledis-cli -p 6381
@ -86,7 +86,7 @@ See benchmark.md for more.
## Commands ## 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 ## Thanks
@ -94,6 +94,8 @@ Gmail: cenqichao@gmail.com
Gmail: chendahui007@gmail.com Gmail: chendahui007@gmail.com
Gamil: tiaotiaoyly@gmail.com
## Feedback ## Feedback
Gmail: siddontang@gmail.com Gmail: siddontang@gmail.com