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

Method ClientGetName

commands.go:184–184  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

182 CommandGetKeys(ctx context.Context, commands ...interface{}) *StringSliceCmd
183 CommandGetKeysAndFlags(ctx context.Context, commands ...interface{}) *KeyFlagsCmd
184 ClientGetName(ctx context.Context) *StringCmd
185 Echo(ctx context.Context, message interface{}) *StringCmd
186 Ping(ctx context.Context) *StatusCmd
187 Quit(ctx context.Context) *StatusCmd

Callers 3

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