redis

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: May 2, 2023 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const ACTION_DEF string = "ACTION"
View Source
const WORKFLOW_DEF string = "WORKFLOW"
View Source
const WORKFLOW_KEY string = "FLOW"

Variables

This section is empty.

Functions

func NewBaseDao

func NewBaseDao(conf Config) *baseDao

func NewRedisMetadataStorage

func NewRedisMetadataStorage(conf Config) *redisMetadataStorage

func NewRedisQueue

func NewRedisQueue(baseDao *baseDao, shardId string) *redisQueue

func NewRedisStorage

func NewRedisStorage(baseDao *baseDao, encoderDecoder util.EncoderDecoder[model.FlowContext], shardId string) *redisShardStorage

Types

type Config

type Config struct {
	Addrs     []string
	Namespace string
	PoolSize  int
}

Jump to

Keyboard shortcuts

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