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

Method ReplicaOf

commands.go:218–218  ·  view source on GitHub ↗
(ctx context.Context, host, port string)

Source from the content-addressed store, hash-verified

216 ShutdownNoSave(ctx context.Context) *StatusCmd
217 SlaveOf(ctx context.Context, host, port string) *StatusCmd
218 ReplicaOf(ctx context.Context, host, port string) *StatusCmd
219 SlowLogGet(ctx context.Context, num int64) *SlowLogCmd
220 SlowLogLen(ctx context.Context) *IntCmd
221 SlowLogReset(ctx context.Context) *StatusCmd

Callers 2

commands_test.goFile · 0.65
main_test.goFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected