Documentation ¶
Overview ¶
Package redisx contains experimental features for Redigo. Features in this package may be modified or deleted at any time.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnMux ¶
type ConnMux struct {
// contains filtered or unexported fields
}
ConnMux multiplexes one or more connections to a single underlying connection. The ConnMux connections do not support concurrency, commands that associate server side state with the connection or commands that put the connection in a special mode.
Click to show internal directories.
Click to hide internal directories.