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.