From 4323f66d496a834843a1b002f779ccdd1decd6b2 Mon Sep 17 00:00:00 2001 From: siddontang Date: Mon, 28 Jul 2014 14:36:03 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ba3e405..e89212d 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,7 @@ Create a workspace and checkout ledisdb source LedisDB use the modified LevelDB for better performance, see [here](https://github.com/siddontang/ledisdb/wiki/leveldb-source-modification). -+ Set LEVELDB_DIR and SNAPPY_DIR to the actual install path in dev.sh. - ++ Set ```LEVELDB_DIR``` and ```SNAPPY_DIR``` to the actual install path in dev.sh. + ```make``` ## RocksDB support @@ -55,7 +54,7 @@ Create a workspace and checkout ledisdb source LedisDB has not supplied a simple script to install, maybe later. -+ Set ROCKSDB_DIR and SNAPPY_DIR to the actual install path in dev.sh. ++ Set ```ROCKSDB_DIR``` and ```SNAPPY_DIR``` to the actual install path in dev.sh. + ```make``` From 67cd527479f2a91ab13521be33956f66f72f645a Mon Sep 17 00:00:00 2001 From: siddontang Date: Mon, 28 Jul 2014 14:36:30 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e89212d..64773e9 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,6 @@ Create a workspace and checkout ledisdb source LedisDB has not supplied a simple script to install, maybe later. + Set ```ROCKSDB_DIR``` and ```SNAPPY_DIR``` to the actual install path in dev.sh. - + ```make``` ## Choose store database From 69f9123777ab36cb436ec3d040d2c4d78f24f1f7 Mon Sep 17 00:00:00 2001 From: siddontang Date: Mon, 28 Jul 2014 15:10:26 +0800 Subject: [PATCH 3/3] update read me --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64773e9..a738700 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ LedisDB now supports multi database as backend to store data, you can test and c + Rich advanced data structure: KV, List, Hash, ZSet, Bit. + Stores lots of data, over the memory limit. -+ Various backend database to use: LevelDB, goleveldb, LMDB. ++ Various backend database to use: LevelDB, goleveldb, LMDB, RocksDB. + Supports expiration and ttl. + Redis clients, like redis-cli, are supported directly. + Multi client API supports, including Golang, Python, Lua(Openresty).