From 5b6449d51f1d56b9ea0557c3f133b220ecc38a80 Mon Sep 17 00:00:00 2001 From: siddontang Date: Thu, 16 Oct 2014 11:12:58 +0800 Subject: [PATCH] update --- .gitignore | 1 + index.html | 8 ++------ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index c6ac2ca..1b95d34 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ build nohup.out build_config.mk var/ +_workspace \ No newline at end of file diff --git a/index.html b/index.html index 481c388..c379ba1 100644 --- a/index.html +++ b/index.html @@ -52,7 +52,7 @@

Various Backend

Various backend databases to choose:

-

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

+

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

Transaction

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

@@ -66,10 +66,6 @@
- -

Multi-Clients

-

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

-

Easy Embedding

Easy to embed in Go application.

@@ -79,7 +75,7 @@

Useful Tools

Supplies tools to load, dump, and repair database.

-

RESTful API

+

HTTP API

HTTP interfaces, can be directly accessed by HTTP Clients.

Supplies json、bson、msgpack as request content-type.