Versions in this module Expand all Collapse all v0 v0.1.1 Mar 8, 2022 Changes in this version type Server + func New() (*Server, error) + func (s *Server) Cleanup() error v0.1.0 Feb 20, 2022 Changes in this version + type CommandFunc func(c *Context) + type Context struct + Args [][]byte + 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 struct + func Default() (*Server, error) + func (s *Server) Run() error