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 ¶ added in v1.1.13
type REDISTLSPlugin struct{}
func (*REDISTLSPlugin) Name ¶ added in v1.1.13
func (p *REDISTLSPlugin) Name() string
func (*REDISTLSPlugin) PortPriority ¶ added in v1.1.13
func (p *REDISTLSPlugin) PortPriority(port uint16) bool
func (*REDISTLSPlugin) Priority ¶ added in v1.1.13
func (p *REDISTLSPlugin) Priority() int
func (*REDISTLSPlugin) Type ¶ added in v1.1.13
func (p *REDISTLSPlugin) Type() plugins.Protocol
Click to show internal directories.
Click to hide internal directories.