import "github.com/muesli/beehive/bees/redisbee"
redisbee.go redisbeefactory.go
RedisBee is able to pubsub to Redis and store key/values
Action triggers the action passed to it.
func (mod *RedisBee) ReloadOptions(options bees.BeeOptions)
ReloadOptions parses the config options and initializes the Bee.
Run executes the Bee's event loop.
type RedisBeeFactory struct { bees.BeeFactory }
RedisBeeFactory takes care of initializing RedisBee
func (factory *RedisBeeFactory) Actions() []bees.ActionDescriptor
Actions describes the available actions provided by this Bee.
func (factory *RedisBeeFactory) Description() string
Description returns the description of this Bee.
func (factory *RedisBeeFactory) Events() []bees.EventDescriptor
Events describes the available events provided by this Bee.
func (factory *RedisBeeFactory) ID() string
ID returns the ID of this Bee.
func (factory *RedisBeeFactory) Image() string
Image returns the asset name of this Bee (in the assets/bees folder)
func (factory *RedisBeeFactory) Name() string
Name returns the name of this Bee.
func (factory *RedisBeeFactory) New(name, description string, options bees.BeeOptions) bees.BeeInterface
New returns a new Bee instance configured with the supplied options.
func (factory *RedisBeeFactory) Options() []bees.BeeOptionDescriptor
Options returns the options available to configure this Bee.
Package redisbee imports 5 packages (graph) and is imported by 2 packages. Updated 2020-05-07. Refresh now. Tools for package owners.