type ReplicaKv interface {
Set(key, value string, duration time.Duration) (error)
Get(key string) (string, error)
Remove(key string) error
}
-
Notifications
You must be signed in to change notification settings - Fork 0
squzy/replica_kv
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Helpers for KV which provide help sync between replica
Resources
Stars
Watchers
Forks
Packages 0
No packages published