update documents

This commit is contained in:
siddontang 2014-07-09 09:33:44 +08:00
parent 7f6cb9a52f
commit dfb9c90412
6 changed files with 22 additions and 19 deletions

View File

@ -80,6 +80,7 @@ Some server commands explaintions are [here](https://github.com/siddontang/ledis
## Thanks
Gmail: cenqichao@gmail.com
Gmail: chendahui007@gmail.com
## Feedback

View File

@ -86,6 +86,7 @@ ledisdb是一个用go实现的类似redis的高性能nosql数据库底层基
## 感谢
Gmail: cenqichao@gmail.com
Gmail: chendahui007@gmail.com
## 联系我

View File

@ -15,6 +15,7 @@ import (
// |keylen(bigendian int32)|key|valuelen(bigendian int32)|value......
//
//key and value are both compressed for fast transfer dump on network using snappy
type MasterInfo struct {
LogFileIndex int64
LogPos int64

View File

@ -1,4 +1,4 @@
//a wrapper for c++ leveldb
// Package leveldb is a wrapper for c++ leveldb
package leveldb
/*