Documentation ¶
Overview ¶
Package persist holds persistence functionality.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AOF ¶
type AOF struct {
// contains filtered or unexported fields
}
AOF is Append Only File.
func OpenPersister ¶
OpenPersister opens the append only file and reads in all the data.
func (*AOF) Close ¶
Close stops the flush routine, flushes the last data to disk and closes the file.
Click to show internal directories.
Click to hide internal directories.