Documentation
¶
Index ¶
Constants ¶
View Source
const MinRotateCompress = 0.7
View Source
const MinSyncPeriod = 100 * time.Millisecond
View Source
const Perm = 0664 // TODO make configurable.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AOF ¶
type AOF struct {
// contains filtered or unexported fields
}
AOF represents Append Only File.
func (*AOF) NewTransaction ¶
func (f *AOF) NewTransaction() io.WriteCloser
NewTransaction create new AOF transaction. Returned transaction hold AOF lock until close, so callee should write data and close it, as soon as possible.
Click to show internal directories.
Click to hide internal directories.