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

Method ClusterMyID

cluster_commands.go:7–7  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

5type ClusterCmdable interface {
6 ClusterMyShardID(ctx context.Context) *StringCmd
7 ClusterMyID(ctx context.Context) *StringCmd
8 ClusterSlots(ctx context.Context) *ClusterSlotsCmd
9 ClusterShards(ctx context.Context) *ClusterShardsCmd
10 ClusterLinks(ctx context.Context) *ClusterLinksCmd

Callers 1

collectNodeInformationFunction · 0.65

Calls

no outgoing calls

Tested by 1

collectNodeInformationFunction · 0.52