From fca84107fc87ba4ab0e1b9ab03902f9a540865c7 Mon Sep 17 00:00:00 2001 From: siddontang Date: Sun, 20 Jul 2014 12:32:01 +0800 Subject: [PATCH] update --- index.html | 90 +++++++++--------------------------------------------- 1 file changed, 15 insertions(+), 75 deletions(-) diff --git a/index.html b/index.html index 86d8e2e..6f0448f 100644 --- a/index.html +++ b/index.html @@ -35,56 +35,24 @@

LedisDB

-

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.

Features

-Build and Install

+
  • Supplies tools to load, dump, repair database.
  • + -

    -Run

    +

    +Example

    ./ledis-server -config=/etc/ledis.json
     
    @@ -98,7 +66,7 @@ ledis 127.0.0.1:6380> get a
     

    -Lib

    +Lib Example
    import "github.com/siddontang/ledisdb/ledis"
     l, _ := ledis.Open(cfg)
    @@ -109,43 +77,15 @@ db.Set(key, value)
     db.Get(key)
     
    -

    -Replication

    - -

    set slaveof in config or dynamiclly

    - -
    ledis-cli -p 6381 
    -
    -ledis 127.0.0.1:6381> slaveof 127.0.0.1:6380
    -OK
    -

    -Benchmark

    - -

    See benchmark.md for more.

    - -

    -Todo

    +Links

    -GoDoc

    - -

    GoDoc

    - -

    -Commands

    - -

    Some server commands explaintions are here, others will add continuate.

    - -

    -Thanks

    - -

    Gmail: cenqichao@gmail.com

    - -

    Gmail: chendahui007@gmail.com

    +
  • GoDoc
  • +
  • Author's Chinese Blog
  • +
  • Server Commands
  • +

    Feedback