update bolt info

This commit is contained in:
siddontang 2014-08-02 15:26:33 +08:00
parent 2fb4f0a5c7
commit 9a241194fd
2 changed files with 3 additions and 1 deletions

View File

@ -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).

View File

@ -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