Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultOptions = RapidVKClientOptions{
Address: "127.0.0.1",
Port: 18018,
Password: "test",
}
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func CreateClient ¶
func CreateClient(Options *RapidVKClientOptions) (*Client, error)
func (*Client) Pipelining ¶
func (client *Client) Pipelining(state bool) ([]datamodel.CustomDataType, error)
func (*Client) SendCommand ¶
type RapidKVError ¶
type RapidKVError string
func (RapidKVError) Error ¶
func (err RapidKVError) Error() string
type RapidVKClientOptions ¶
type RapidVKError ¶
type RapidVKError string
func (RapidVKError) Error ¶
func (err RapidVKError) Error() string
Click to show internal directories.
Click to hide internal directories.