Feature #58 support BoltDB engine

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2016-04-23 15:13:57 +08:00
parent f14d42d9a8
commit f5857f54b0
6 changed files with 108 additions and 26 deletions

View File

@@ -37,3 +37,6 @@ stat:
addr: "localhost:6379"
password: ""
db: 0
boltdb:
path: "gorush.db"
bucket: "gorush"