Documentation ¶
Overview ¶
Package kvclient provides a client for interacting with a key-value type Ios cluster
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KvClient ¶
type KvClient struct {
// contains filtered or unexported fields
}
func StartKvClient ¶
func StartKvClient(id int, statFile string, addrs []config.NetAddress, timeout time.Duration, backoff time.Duration, beforeForce int, random bool) (*KvClient, error)
StartKvClient creates an Ios client and tries to connect to an Ios cluster If ID is -1 then a random one will be generated
Click to show internal directories.
Click to hide internal directories.