Package storetest is the conformance suite every store.Store implementation
must pass. The mem store runs it always; store/dynamo runs it against a
local DynamoDB endpoint when configured.
type Options struct {
// StrictTTL asserts that expired records are immediately invisible.// Native-TTL stores (DynamoDB) delete lazily and must leave this false.
StrictTTL bool
}