Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrPingClosed = errors.New("ping interface has been closed") ErrBadPong = errors.New("pong response payload is bad") )
errors
View Source
var ( ErrBadAssert = errs.New("bad assert for redis") ErrBadCount = errs.New("bad count number") ErrBadRequest = errs.New("bad request") )
errors
Functions ¶
func NewNodeConn ¶
func NewNodeConn(cluster, addr string, dialTimeout, readTimeout, writeTimeout time.Duration) (nc proto.NodeConn)
NewNodeConn create the node conn from proxy to redis
Types ¶
Click to show internal directories.
Click to hide internal directories.