Versions in this module Expand all Collapse all v4 v4.0.0 Apr 3, 2025 Changes in this version + func NewClient(config bootstrapConfig.Database, credentials bootstrapConfig.Credentials) (interfaces.StoreClient, error) + type Client struct + BatchSize int + Pool *redis.Pool + func (c Client) Disconnect() error + func (c Client) RemoveFromStore(o interfaces.StoredObject) error + func (c Client) RetrieveFromStore(appServiceKey string) (objects []interfaces.StoredObject, err error) + func (c Client) Store(o interfaces.StoredObject) (string, error) + func (c Client) Update(o interfaces.StoredObject) error Other modules containing this package github.com/agile-edge/app-functions-sdk-go/v3