MCPcopy
hub / github.com/redis/go-redis / Get

Method Get

ring.go:33–33  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

31
32type ConsistentHash interface {
33 Get(string) string
34}
35
36func newRendezvous(shards []string) ConsistentHash {

Callers 15

monitor_test.goFile · 0.65
TestMonitorCommandFunction · 0.65
TestTLSStandaloneFunction · 0.65
tx_unwatch_test.goFile · 0.65
TestSetIFDEQWithDigestFunction · 0.65
TestSetIFDNEWithDigestFunction · 0.65
pipeline_test.goFile · 0.65
_getConnMethod · 0.65
HashMethod · 0.65
GetByKeyMethod · 0.65
appendStructFieldFunction · 0.65

Implementers 10

clusterStateHolderosscluster.go
cmdsInfoCachecommand.go
mockPoolmaintnotifications/pool_hook_test.go
ClientFactorymaintnotifications/e2e/config_parser_t
mockPoolerinternal/auth/streaming/manager_test.g
CredentialsListenersinternal/auth/streaming/cred_listeners
SingleConnPoolinternal/pool/pool_single.go
ConnPoolinternal/pool/pool.go
StickyConnPoolinternal/pool/pool_sticky.go
RendezvousHashinternal/hashtag/rendezvous.go

Calls

no outgoing calls

Tested by 15

TestMonitorCommandFunction · 0.52
TestTLSStandaloneFunction · 0.52
TestSetIFDEQWithDigestFunction · 0.52
TestSetIFDNEWithDigestFunction · 0.52
SlotAddrsMethod · 0.52
BenchmarkRedisGetNilFunction · 0.52
benchmarkRedisGetFunction · 0.52
ExampleClientFunction · 0.52