Documentation ¶ Index ¶ Variables type Rdb func NewClient(c *config.RedisConfig) *Rdb func (rdb *Rdb) DelBotData(botId int64) func (rdb *Rdb) DelComponent(botId int64, compId int64) error func (rdb *Rdb) SetComponent(botId int64, comp *model.Component) error Constants ¶ This section is empty. Variables ¶ View Source var ( ErrNotFound = errors.New("not found") ) Functions ¶ This section is empty. Types ¶ type Rdb ¶ type Rdb struct { *redis.Client } func NewClient ¶ func NewClient(c *config.RedisConfig) *Rdb func (*Rdb) DelBotData ¶ func (rdb *Rdb) DelBotData(botId int64) func (*Rdb) DelComponent ¶ func (rdb *Rdb) DelComponent(botId int64, compId int64) error func (*Rdb) SetComponent ¶ func (rdb *Rdb) SetComponent(botId int64, comp *model.Component) error Source Files ¶ View all Source files bot.gocomponent.goredis.go Click to show internal directories. Click to hide internal directories.