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

Method EventuallyConsistent

redimo.go:23–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21}
22
23func (c Client) EventuallyConsistent() Client {
24 c.consistentReads = false
25 return c
26}
27
28func (c Client) Table(table, index string) Client {
29 c.table = table

Callers 1

TestClientBuilderFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestClientBuilderFunction · 0.76