Documentation ¶
Overview ¶
Package redis contains the domain concept definitions needed to support Magistrala redis events source service functionality.
It provides the abstraction of the redis stream and its operations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrEmptyStream is returned when stream name is empty. ErrEmptyStream = errors.New("stream name cannot be empty") // ErrEmptyConsumer is returned when consumer name is empty. ErrEmptyConsumer = errors.New("consumer name cannot be empty") )
Functions ¶
func NewPublisher ¶
func NewSubscriber ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.