Documentation
¶
Index ¶
- type Conn
- func (c *Conn) Close() error
- func (c *Conn) Read(b []byte) (int, error)
- func (c *Conn) ReadData() ([]byte, error)
- func (c *Conn) ReadSeparatedBytes() ([]byte, error)
- func (c *Conn) ReadString() (string, error)
- func (c *Conn) SkipOk() error
- func (c *Conn) WriteArray(args ...string) error
- func (c *Conn) WriteBulkString(str string) error
- func (c *Conn) WriteCommand(command string, args ...string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conn ¶
type Conn struct {
// contains filtered or unexported fields
}
func (*Conn) ReadSeparatedBytes ¶
func (*Conn) ReadString ¶
func (*Conn) WriteArray ¶
func (*Conn) WriteBulkString ¶
Click to show internal directories.
Click to hide internal directories.