From fe80859af277baeed305b5ec365e535be197e05b Mon Sep 17 00:00:00 2001 From: siddontang Date: Thu, 28 Aug 2014 09:05:48 +0800 Subject: [PATCH] update --- contact.html | 1 - index.html | 10 ++++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/contact.html b/contact.html index 76e688f..0059971 100644 --- a/contact.html +++ b/contact.html @@ -81,7 +81,6 @@
  • Wiki
  • Ledis-py
  • Godoc
  • -
  • Author's Chinese Blog
  • diff --git a/index.html b/index.html index 50d5845..481c388 100644 --- a/index.html +++ b/index.html @@ -48,11 +48,14 @@

    Data Structure

    -

    Rich data structure: KV, List, Hash, ZSet, Bitmap.

    +

    Rich data structure: KV, List, Hash, ZSet, Bitmap, Set.

    Various Backend

    Various backend databases to choose:

    -

    LevelDB, goleveldb, LMDB, RocksDB or BoltDB.

    +

    LevelDB, goleveldb, LMDB, RocksDB, HyperLevelDB or BoltDB.

    + +

    Transaction

    +

    Supports begin, commit and rollback, with LMDB or BoltDB.

    Expiration & TTL

    Supports expiration and ttl in all kinds of data structures.

    @@ -65,7 +68,7 @@

    Multi-Clients

    -

    Multiple clients API supports, including Go, Python, Lua(Openresty).

    +

    Multiple clients API supports, including Go, Python, Lua(Openresty), Node.js.

    Easy Embedding

    Easy to embed in Go application.

    @@ -155,7 +158,6 @@ db.Get(key)
  • Wiki
  • Ledis-py
  • Godoc
  • -
  • Author's Chinese Blog