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

Method ClientUnpause

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

Source from the content-addressed store, hash-verified

519}
520
521func (c cmdable) ClientUnpause(ctx context.Context) *BoolCmd {
522 cmd := NewBoolCmd(ctx, "client", "unpause")
523 _ = c(ctx, cmd)
524 return cmd
525}
526
527func (c cmdable) ClientID(ctx context.Context) *IntCmd {
528 cmd := NewIntCmd(ctx, "client", "id")

Callers

nothing calls this directly

Calls 1

NewBoolCmdFunction · 0.85

Tested by

no test coverage detected