Documentation ¶
Index ¶
- type CommandFunc
- type Context
- func (c *Context) AppendBulk(b []byte)
- func (c *Context) AppendBulkArray(bs [][]byte)
- func (c *Context) AppendError(s string)
- func (c *Context) AppendInt(i int64)
- func (c *Context) AppendNull()
- func (c *Context) AppendOK()
- func (c *Context) ErrInvalidArgs()
- func (c *Context) ErrInvalidExp()
- func (c *Context) ErrInvalidInt()
- func (c *Context) ErrSyntax()
- func (c *Context) ErrUnknown(err error)
- type Server
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandFunc ¶
type CommandFunc func(c *Context)
type Context ¶
type Context struct { Args [][]byte // contains filtered or unexported fields }
func (*Context) AppendBulk ¶
func (*Context) AppendBulkArray ¶
func (*Context) AppendError ¶
func (*Context) AppendNull ¶
func (c *Context) AppendNull()
func (*Context) ErrInvalidArgs ¶
func (c *Context) ErrInvalidArgs()
func (*Context) ErrInvalidExp ¶
func (c *Context) ErrInvalidExp()
func (*Context) ErrInvalidInt ¶
func (c *Context) ErrInvalidInt()
func (*Context) ErrUnknown ¶
Click to show internal directories.
Click to hide internal directories.