Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedisQueue ¶
type RedisQueue struct {
// contains filtered or unexported fields
}
func NewRedisQueue ¶
func NewRedisQueue(config Config, key string) *RedisQueue
func (*RedisQueue) Start ¶
func (redisQueue *RedisQueue) Start()
type RedisServer ¶
type RedisServer struct {
// contains filtered or unexported fields
}
func (*RedisServer) Init ¶
func (redisServer *RedisServer) Init(config yaml.MapSlice, sender buffer.Sender) error
func (*RedisServer) Start ¶
func (redisServer *RedisServer) Start() error
func (*RedisServer) Stop ¶
func (s *RedisServer) Stop() error
func (*RedisServer) ValidateConfig ¶ added in v0.0.2
func (redisServer *RedisServer) ValidateConfig(config *Config) error
Click to show internal directories.
Click to hide internal directories.