From 69f9123777ab36cb436ec3d040d2c4d78f24f1f7 Mon Sep 17 00:00:00 2001 From: siddontang Date: Mon, 28 Jul 2014 15:10:26 +0800 Subject: [PATCH] update read me --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64773e9..a738700 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ LedisDB now supports multi database as backend to store data, you can test and c + Rich advanced data structure: KV, List, Hash, ZSet, Bit. + Stores lots of data, over the memory limit. -+ Various backend database to use: LevelDB, goleveldb, LMDB. ++ Various backend database to use: LevelDB, goleveldb, LMDB, RocksDB. + Supports expiration and ttl. + Redis clients, like redis-cli, are supported directly. + Multi client API supports, including Golang, Python, Lua(Openresty).