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

Method Process

redis.go:1442–1446  ·  view source on GitHub ↗
(ctx context.Context, cmd Cmder)

Source from the content-addressed store, hash-verified

1440}
1441
1442func (c *Client) Process(ctx context.Context, cmd Cmder) error {
1443 err := c.processHook(ctx, cmd)
1444 cmd.SetErr(err)
1445 return err
1446}
1447
1448// Options returns read-only *Options that were used to create the client.
1449// Any alteration of the returned *Options may result in undefined behaviour.

Callers 4

HotKeysStartMethod · 0.95
HotKeysStopMethod · 0.95
HotKeysResetMethod · 0.95
HotKeysGetMethod · 0.95

Calls 2

processHookMethod · 0.80
SetErrMethod · 0.65

Tested by

no test coverage detected