ps

package
v0.0.0-...-08df8c8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2022 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AOFService

type AOFService struct {
	ChBuffer []chan redcon.Command
	// contains filtered or unexported fields
}

func NewAOFService

func NewAOFService() *AOFService

func (*AOFService) LoadLocalData

func (aof *AOFService) LoadLocalData()

func (*AOFService) Start

func (aof *AOFService) Start(ctx context.Context)

func (*AOFService) WriteCmd

func (aof *AOFService) WriteCmd(index uint32, args [][]byte)

type EveryScheduler

type EveryScheduler struct {
	Interval time.Duration
}

func (*EveryScheduler) Next

func (s *EveryScheduler) Next(prev time.Time) time.Time

type PersistentStorageService

type PersistentStorageService interface {
	LoadLocalData()

	Start(ctx context.Context)
	// contains filtered or unexported methods
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL