Documentation
¶
Index ¶
- type Handler
- func (h *Handler) Delete(conn redcon.Conn, cmd redcon.Command)
- func (h *Handler) Detach(conn redcon.Conn, cmd redcon.Command)
- func (h *Handler) Get(conn redcon.Conn, cmd redcon.Command)
- func (h *Handler) HGetAll(conn redcon.Conn, cmd redcon.Command)
- func (h *Handler) HLen(conn redcon.Conn, cmd redcon.Command)
- func (h *Handler) HScan(conn redcon.Conn, cmd redcon.Command)
- func (h *Handler) Info(conn redcon.Conn, cmd redcon.Command)
- func (h *Handler) LLen(conn redcon.Conn, cmd redcon.Command)
- func (h *Handler) LRange(conn redcon.Conn, cmd redcon.Command)
- func (h *Handler) MemoryUsage(conn redcon.Conn, cmd redcon.Command)
- func (h *Handler) Ping(conn redcon.Conn, cmd redcon.Command)
- func (h *Handler) Quit(conn redcon.Conn, cmd redcon.Command)
- func (h *Handler) Scan(conn redcon.Conn, cmd redcon.Command)
- func (h *Handler) Set(conn redcon.Conn, cmd redcon.Command)
- func (h *Handler) SetNewStore(store *store.Store)
- func (handler *Handler) SetUpMux(mux *redcon.ServeMux)
- func (h *Handler) Type(conn redcon.Conn, cmd redcon.Command)
- func (h *Handler) ZCard(conn redcon.Conn, cmd redcon.Command)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
func NewHandler ¶
func NewHandlerEmptyStore ¶
func NewHandlerEmptyStore() *Handler
Creates new handler with an empty Store I'm not sure what to do during initialization
func (*Handler) SetNewStore ¶
Click to show internal directories.
Click to hide internal directories.