Documentation ¶
Index ¶
- func GetRedisDataStore(redisUri string) (faasflow.DataStore, error)
- type RedisDataStore
- func (this *RedisDataStore) Cleanup() error
- func (this *RedisDataStore) Configure(flowName string, requestId string)
- func (this *RedisDataStore) Del(key string) error
- func (this *RedisDataStore) Get(key string) ([]byte, error)
- func (this *RedisDataStore) Init() error
- func (this *RedisDataStore) Set(key string, value []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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) Init ¶
func (this *RedisDataStore) Init() error
Click to show internal directories.
Click to hide internal directories.