diff --git a/index.html b/index.html index 86d8e2e..6f0448f 100644 --- a/index.html +++ b/index.html @@ -35,56 +35,24 @@
Ledisdb is a high performance NoSQL like Redis based on LevelDB written by go. It supports some advanced data structure like kv, list, hash and zset, and may be alternative for Redis.
+Ledisdb is a high performance NoSQL like Redis based on LevelDB written by Golang. It supports some advanced data structure like kv, list, hash, zset and bitmap, and may be alternative for Redis.
Create a workspace and checkout ledisdb source
- -mkdir $WORKSPACE
-cd $WORKSPACE
-git clone git@github.com:siddontang/ledisdb.git src/github.com/siddontang/ledisdb
-
-cd src/github.com/siddontang/ledisdb
-
-Install leveldb and snappy, if you have installed, skip.
- -I supply a simple shell to install leveldb and snappy, you can use:
- -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.
Then:
- -. ./bootstap.sh
-. ./dev.sh
-
-go install ./...
-
-./ledis-server -config=/etc/ledis.json
@@ -98,7 +66,7 @@ ledis 127.0.0.1:6380> get a
import "github.com/siddontang/ledisdb/ledis"
l, _ := ledis.Open(cfg)
@@ -109,43 +77,15 @@ db.Set(key, value)
db.Get(key)
-set slaveof in config or dynamiclly
- -ledis-cli -p 6381
-
-ledis 127.0.0.1:6381> slaveof 127.0.0.1:6380
-OK
-
See benchmark.md for more.
- -Some server commands explaintions are here, others will add continuate.
- -Gmail: cenqichao@gmail.com
- -Gmail: chendahui007@gmail.com
+