some work done
This commit is contained in:
parent
a735b9cc5e
commit
09fe1cd163
13 changed files with 174 additions and 45 deletions
|
|
@ -16,6 +16,7 @@ type Cluster interface {
|
|||
|
||||
type KV interface {
|
||||
Get(k string) ([]byte, error)
|
||||
GetPrefix(k string) (map[string][]byte, error)
|
||||
Set(k string, v []byte) error
|
||||
Delete(k string) error
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue