mirror of https://github.com/ledisdb/ledisdb.git
update documents
This commit is contained in:
parent
7f6cb9a52f
commit
dfb9c90412
|
@ -80,6 +80,7 @@ Some server commands explaintions are [here](https://github.com/siddontang/ledis
|
||||||
## Thanks
|
## Thanks
|
||||||
|
|
||||||
Gmail: cenqichao@gmail.com
|
Gmail: cenqichao@gmail.com
|
||||||
|
|
||||||
Gmail: chendahui007@gmail.com
|
Gmail: chendahui007@gmail.com
|
||||||
|
|
||||||
## Feedback
|
## Feedback
|
||||||
|
|
|
@ -86,6 +86,7 @@ ledisdb是一个用go实现的类似redis的高性能nosql数据库,底层基
|
||||||
## 感谢
|
## 感谢
|
||||||
|
|
||||||
Gmail: cenqichao@gmail.com
|
Gmail: cenqichao@gmail.com
|
||||||
|
|
||||||
Gmail: chendahui007@gmail.com
|
Gmail: chendahui007@gmail.com
|
||||||
|
|
||||||
## 联系我
|
## 联系我
|
||||||
|
|
|
@ -15,6 +15,7 @@ import (
|
||||||
// |keylen(bigendian int32)|key|valuelen(bigendian int32)|value......
|
// |keylen(bigendian int32)|key|valuelen(bigendian int32)|value......
|
||||||
//
|
//
|
||||||
//key and value are both compressed for fast transfer dump on network using snappy
|
//key and value are both compressed for fast transfer dump on network using snappy
|
||||||
|
|
||||||
type MasterInfo struct {
|
type MasterInfo struct {
|
||||||
LogFileIndex int64
|
LogFileIndex int64
|
||||||
LogPos int64
|
LogPos int64
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
//a wrapper for c++ leveldb
|
// Package leveldb is a wrapper for c++ leveldb
|
||||||
package leveldb
|
package leveldb
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue