Documentation ¶
Index ¶
Constants ¶
View Source
const REDIS = "redis"
View Source
const REDISTLS = "redis"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type REDISPlugin ¶
type REDISPlugin struct{}
func (*REDISPlugin) Name ¶
func (p *REDISPlugin) Name() string
func (*REDISPlugin) PortPriority ¶
func (p *REDISPlugin) PortPriority(port uint16) bool
func (*REDISPlugin) Priority ¶
func (p *REDISPlugin) Priority() int
func (*REDISPlugin) Type ¶
func (p *REDISPlugin) Type() plugins.Protocol
type REDISTLSPlugin ¶
type REDISTLSPlugin struct{}
func (*REDISTLSPlugin) Name ¶
func (p *REDISTLSPlugin) Name() string
func (*REDISTLSPlugin) PortPriority ¶
func (p *REDISTLSPlugin) PortPriority(port uint16) bool
func (*REDISTLSPlugin) Priority ¶
func (p *REDISTLSPlugin) Priority() int
func (*REDISTLSPlugin) Type ¶
func (p *REDISTLSPlugin) Type() plugins.Protocol
Click to show internal directories.
Click to hide internal directories.