Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Consumer ¶
type Consumer struct {
// contains filtered or unexported fields
}
Producer is a redis client which appends messages to a channel
func NewConsumer ¶
func NewConsumer(config *configuration.Configuration) (*Consumer, error)
NewClient creates a new redis client
type Producer ¶
type Producer struct {
// contains filtered or unexported fields
}
Producer is a redis client which appends messages to a channel
func NewProducer ¶
func NewProducer(config *configuration.Configuration) (*Producer, error)
NewClient creates a new redis client
Click to show internal directories.
Click to hide internal directories.