Versions in this module Expand all Collapse all v1 v1.0.2 Nov 4, 2024 v1.0.1 Oct 30, 2024 Changes in this version + type AOF struct + func OpenPersister(path string, syncIime int) (*AOF, map[string]map[int][]byte, error) + func (aof *AOF) Close() error + func (aof *AOF) Defrag(keys map[string]map[int][]byte) (err error) + func (aof *AOF) Write(lines string) error