RedisDataStore

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: May 19, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetRedisDataStore

func GetRedisDataStore(redisUri string) (faasflow.DataStore, error)

Types

type RedisDataStore

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

func (*RedisDataStore) Cleanup

func (this *RedisDataStore) Cleanup() error

func (*RedisDataStore) Configure

func (this *RedisDataStore) Configure(flowName string, requestId string)

func (*RedisDataStore) Del

func (this *RedisDataStore) Del(key string) error

func (*RedisDataStore) Get

func (this *RedisDataStore) Get(key string) ([]byte, error)

func (*RedisDataStore) Init

func (this *RedisDataStore) Init() error

func (*RedisDataStore) Set

func (this *RedisDataStore) Set(key string, value []byte) error

Jump to

Keyboard shortcuts

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