Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRedisEventStore ¶
func NewRedisEventStore(db redis.UniversalClient, eventRetention configuration.EventRetentionPolicy, fatalErrors []*regexp.Regexp, intialRetryBackoff time.Duration, maxRetryBackoff time.Duration) ingest.Sink[*model.BatchUpdate]
Types ¶
type RedisEventStore ¶
type RedisEventStore struct {
// contains filtered or unexported fields
}
func (*RedisEventStore) Store ¶
func (repo *RedisEventStore) Store(ctx *armadacontext.Context, update *model.BatchUpdate) error
Click to show internal directories.
Click to hide internal directories.