MCPcopy Create free account
hub / github.com/dbProjectRED/redimo.go / StronglyConsistent

Method StronglyConsistent

redimo.go:43–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41}
42
43func (c Client) StronglyConsistent() Client {
44 c.consistentReads = true
45 return c
46}
47
48func NewClient(service *dynamodb.Client) Client {
49 return Client{

Callers 1

TestClientBuilderFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestClientBuilderFunction · 0.64