Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
func
(c Client) StronglyConsistent() Client {
44
c.consistentReads = true
45
return
c
46
}
47
48
func
NewClient(service *dynamodb.Client) Client {
49
return
Client{
Callers
1
TestClientBuilder
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestClientBuilder
Function · 0.64