memetcd

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2021 License: AGPL-3.0 Imports: 9 Imported by: 0

Documentation

Overview

内存 + etcd, 内存中的数据自动与 etcd 中同步

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MemEtcdStore

type MemEtcdStore struct {
	// 保护 revision 的修改 && em与etcd之间的同步修改
	sync.Mutex
	// contains filtered or unexported fields
}

func New

func New(ctx context.Context, etcdDir string, cb func(k, v string, t storetypes.ChangeType)) (*MemEtcdStore, error)

func (*MemEtcdStore) Get

func (*MemEtcdStore) PrefixGet

func (s *MemEtcdStore) PrefixGet(ctx context.Context, prefix string) ([]storetypes.KeyValue, error)

func (*MemEtcdStore) PrefixGetKey

func (s *MemEtcdStore) PrefixGetKey(ctx context.Context, prefix string) ([]storetypes.Key, error)

func (*MemEtcdStore) PrefixRemove

func (s *MemEtcdStore) PrefixRemove(pctx context.Context, prefix string) ([]storetypes.KeyValue, error)

func (*MemEtcdStore) Put

func (s *MemEtcdStore) Put(ctx context.Context, key, value string) error

func (*MemEtcdStore) PutWithOption

func (s *MemEtcdStore) PutWithOption(ctx context.Context, key, value string, opts []interface{}) (interface{}, error)

func (*MemEtcdStore) Remove

func (s *MemEtcdStore) Remove(ctx context.Context, key string) (*storetypes.KeyValue, error)

func (*MemEtcdStore) Watch

func (s *MemEtcdStore) Watch(ctx context.Context, key string, isPrefix bool, filterDelete bool) (storetypes.WatchChan, error)

Jump to

Keyboard shortcuts

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