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

Method ClientSetName

commands.go:258–258  ·  view source on GitHub ↗
(ctx context.Context, name string)

Source from the content-addressed store, hash-verified

256 Select(ctx context.Context, index int) *StatusCmd
257 SwapDB(ctx context.Context, index1, index2 int) *StatusCmd
258 ClientSetName(ctx context.Context, name string) *BoolCmd
259 ClientSetInfo(ctx context.Context, info LibraryInfo) *StatusCmd
260 Hello(ctx context.Context, ver int, username, password, clientName string) *MapStringInterfaceCmd
261}

Callers 5

pubsub_test.goFile · 0.65
initConnMethod · 0.65
commands_test.goFile · 0.65
ExampleConn_nameFunction · 0.65
redis_test.goFile · 0.65

Calls

no outgoing calls

Tested by 1

ExampleConn_nameFunction · 0.52