Versions in this module Expand all Collapse all v1 v1.5.5 May 18, 2020 v1.5.4 Aug 20, 2019 Changes in this version + const KeyRedis + const KeyTode + var OptionRedisKey = Option + var OptionTodeKey = Option + type Redis struct + Key string + func (r *Redis) ConfigOptions() []Option + func (r *Redis) Description() string + func (r *Redis) Init() error + func (r *Redis) RawTransform(datas []string) ([]string, error) + func (r *Redis) SampleConfig() string + func (r *Redis) SetStats(err string) StatsInfo + func (r *Redis) Stage() string + func (r *Redis) Stats() StatsInfo + func (r *Redis) Transform(datas []Data) ([]Data, error) + func (r *Redis) Type() string + type Tode struct + Key string + func (t *Tode) ConfigOptions() []Option + func (t *Tode) Description() string + func (t *Tode) Init() error + func (t *Tode) RawTransform(datas []string) ([]string, error) + func (t *Tode) SampleConfig() string + func (t *Tode) SetStats(err string) StatsInfo + func (t *Tode) Stage() string + func (t *Tode) Stats() StatsInfo + func (t *Tode) Transform(datas []Data) ([]Data, error) + func (t *Tode) Type() string