Versions in this module Expand all Collapse all v2 v2.3.2 Jul 6, 2023 Changes in this version + func NewClient(config interfaces.DatabaseInfo, 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