From 9a241194fd24072692891458864d27bc9dec0dc3 Mon Sep 17 00:00:00 2001 From: siddontang Date: Sat, 2 Aug 2014 15:26:33 +0800 Subject: [PATCH] update bolt info --- README.md | 2 +- bootstrap.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a738700..4ad7efd 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, RocksDB. ++ Various backend database to use: LevelDB, goleveldb, LMDB, RocksDB, BoltDB. + Supports expiration and ttl. + Redis clients, like redis-cli, are supported directly. + Multi client API supports, including Golang, Python, Lua(Openresty). diff --git a/bootstrap.sh b/bootstrap.sh index 6dd225f..6772133 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -9,3 +9,5 @@ go get github.com/siddontang/copier go get github.com/siddontang/goleveldb/leveldb go get -d github.com/siddontang/gomdb + +go get github.com/boltdb/bolt \ No newline at end of file