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