ssdb

package
v0.0.0-...-88f6b59 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 23, 2018 License: BSD-3-Clause Imports: 4 Imported by: 361

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func Connect

func Connect(ip string, port int) (*Client, error)

func (*Client) Close

func (c *Client) Close() error

Close The Client Connection

func (*Client) Del

func (c *Client) Del(key string) (interface{}, error)

func (*Client) Do

func (c *Client) Do(args ...interface{}) ([]string, error)

func (*Client) Get

func (c *Client) Get(key string) (interface{}, error)

TODO: Will somebody write addition semantic methods?

func (*Client) Recv

func (c *Client) Recv() ([]string, error)

func (*Client) Send

func (c *Client) Send(args ...interface{}) error

func (*Client) Set

func (c *Client) Set(key string, val string) (interface{}, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL