diff --git a/index.html b/index.html index aa329f2..bf4820e 100644 --- a/index.html +++ b/index.html @@ -39,7 +39,7 @@
A high performance NoSQL like Redis based on LevelDB implemented by Golang.
+A high performance NoSQL like Redis implemented by Golang.
@@ -50,8 +50,8 @@Rich advanced data structure: KV, List, Hash, ZSet, Bitmap.
-Uses leveldb to store massive data, disk-based storage, over the memory limit.
+Various backend databases to choose: LevelDB, goleveldb, LMDB, RocksDB.
Supports expiration and ttl in all kinds of data structures.