From 2ef26c8a12bc84f86ba2ee205482d4cd358af017 Mon Sep 17 00:00:00 2001 From: siddontang Date: Tue, 5 Aug 2014 14:17:05 +0800 Subject: [PATCH] update read me --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 694a082..726f520 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Ledisdb is a high performance NoSQL like Redis written by go. It supports some advanced data structure like kv, list, hash, zset, bitmap, and may be alternative for Redis. -LedisDB now supports multi database as backend to store data, you can test and choose the proper one for you. +LedisDB now supports multi databases as backend to store data, you can test and choose the proper one for you. ## Features @@ -60,7 +60,7 @@ Create a workspace and checkout ledisdb source ## Choose store database -LedisDB now supports goleveldb, lmdb, leveldb, rocksdb, it will choose goleveldb as default to store data if you not set. +LedisDB now supports goleveldb, lmdb, leveldb, rocksdb, boltdb, it will choose goleveldb as default to store data if you not set. Choosing a store database to use is very simple, you have two ways: