From 978a7dcd353503a7c3d625946bcbff9b82a00bd4 Mon Sep 17 00:00:00 2001 From: holys Date: Mon, 28 Jul 2014 17:00:35 +0800 Subject: [PATCH] adjust description --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index aa329f2..bf4820e 100644 --- a/index.html +++ b/index.html @@ -39,7 +39,7 @@

LedisDB

-

A high performance NoSQL like Redis based on LevelDB implemented by Golang.

+

A high performance NoSQL like Redis implemented by Golang.

View on GitHub

@@ -50,8 +50,8 @@

Data Structure

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

-

LevelDB Rocks

-

Uses leveldb to store massive data, disk-based storage, over the memory limit.

+

Various Backend

+

Various backend databases to choose: LevelDB, goleveldb, LMDB, RocksDB.

Expiration & TTL

Supports expiration and ttl in all kinds of data structures.