Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPServer ¶
func (*HTTPServer) ListenAndServe ¶
func (srv *HTTPServer) ListenAndServe(ctx context.Context, addr string) error
ListenAndServe redify HTTPServer
type RedisServer ¶
type RedisServer struct { Driver storage.Driver RequestTimeout time.Duration // contains filtered or unexported fields }
RedisServer redify implement basic functionality of the redis proxy
func (*RedisServer) ListenAndServe ¶
func (srv *RedisServer) ListenAndServe(ctx context.Context, addr string) error
ListenAndServe redify RedisServer
Click to show internal directories.
Click to hide internal directories.