Skip to content

Helpers for KV which provide help sync between replica

Notifications You must be signed in to change notification settings

squzy/replica_kv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MutileReplica KV implentations

type ReplicaKv interface {
	Set(key, value string, duration time.Duration) (error)
	Get(key string) (string, error)
	Remove(key string) error
}

About

Helpers for KV which provide help sync between replica

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages