Versions in this module Expand all Collapse all v1 v1.0.3 Sep 3, 2024 Changes in this version + type RedisDatastore struct + Client *redis.Client + ClusterClient *redis.ClusterClient + func (r RedisDatastore) IncrKeys(ctx context.Context, keys []KeyConfig) ([]int, []error) v1.0.2 Sep 2, 2024 v1.0.1 Sep 2, 2024 Changes in this version + func NewDynamoDBDatastore(cfg aws.Config, tableName string, ...) *dynamoDBDatastore + type Datastore interface + IncrKeys func(ctx context.Context, keys []KeyConfig) ([]int, []error) + type KeyConfig struct + Key string + MaxLifespan time.Duration