Versions in this module Expand all Collapse all v3 v3.2.0 Dec 3, 2024 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 git.buildlinx.io/buildlinx/edgelinx/go-libs/app-functions-sdk-go/v4