redis

package
v0.0.0-...-0a06464 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 19, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// IncrementOperation is the operation to increment a key.
	IncrementOperation bindings.OperationKind = "increment"
)

Variables

This section is empty.

Functions

func NewRedis

func NewRedis(logger logger.Logger) bindings.OutputBinding

NewRedis returns a new redis bindings instance.

Types

type Redis

type Redis struct {
	// contains filtered or unexported fields
}

Redis is a redis output binding.

func (*Redis) Close

func (r *Redis) Close() error

func (*Redis) GetComponentMetadata

func (r *Redis) GetComponentMetadata() map[string]string

GetComponentMetadata returns the metadata of the component.

func (*Redis) Init

func (r *Redis) Init(ctx context.Context, meta bindings.Metadata) (err error)

Init performs metadata parsing and connection creation.

func (*Redis) Invoke

func (*Redis) Operations

func (r *Redis) Operations() []bindings.OperationKind

func (*Redis) Ping

func (r *Redis) Ping(ctx context.Context) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL