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

Method Select

commands.go:256–256  ·  view source on GitHub ↗
(ctx context.Context, index int)

Source from the content-addressed store, hash-verified

254 Auth(ctx context.Context, password string) *StatusCmd
255 AuthACL(ctx context.Context, username, password string) *StatusCmd
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

Callers 3

initConnMethod · 0.65
commands_test.goFile · 0.65
NewFailoverClusterClientFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected