Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
func
(c Client) EventuallyConsistent() Client {
24
c.consistentReads = false
25
return
c
26
}
27
28
func
(c Client) Table(table, index string) Client {
29
c.table = table
Callers
1
TestClientBuilder
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestClientBuilder
Function · 0.76