Documentation
¶
Index ¶
- Variables
- type Auth
- type Server
- func (h *Server) Auth(conn redcon.Conn, cmd redcon.Command)
- func (h *Server) DBSize(conn redcon.Conn, cmd redcon.Command)
- func (h *Server) Del(conn redcon.Conn, cmd redcon.Command)
- func (h *Server) Expire(conn redcon.Conn, cmd redcon.Command)
- func (h *Server) Get(conn redcon.Conn, cmd redcon.Command)
- func (h *Server) Info(conn redcon.Conn, cmd redcon.Command)
- func (h *Server) ListenAndServe() error
- func (h *Server) ListenAndServeTLS(certFile, keyFile string) error
- func (h *Server) MGet(conn redcon.Conn, cmd redcon.Command)
- func (h *Server) PExpire(conn redcon.Conn, cmd redcon.Command)
- func (h *Server) PTTL(conn redcon.Conn, cmd redcon.Command)
- func (h *Server) Ping(conn redcon.Conn, cmd redcon.Command)
- func (h *Server) Quit(conn redcon.Conn, cmd redcon.Command)
- func (h *Server) Scan(conn redcon.Conn, cmd redcon.Command)
- func (h *Server) Select(conn redcon.Conn, cmd redcon.Command)
- func (h *Server) Set(conn redcon.Conn, cmd redcon.Command)
- func (h *Server) SetEX(conn redcon.Conn, cmd redcon.Command)
- func (h *Server) SetNX(conn redcon.Conn, cmd redcon.Command)
- func (h *Server) TTL(conn redcon.Conn, cmd redcon.Command)
- func (h *Server) Type(conn redcon.Conn, cmd redcon.Command)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidCredentials = errors.New("invalid credentials")
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.