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

Function NewBoolSliceCmd

command.go:2077–2085  ·  view source on GitHub ↗
(ctx context.Context, args ...interface{})

Source from the content-addressed store, hash-verified

2075var _ Cmder = (*BoolSliceCmd)(nil)
2076
2077func NewBoolSliceCmd(ctx context.Context, args ...interface{}) *BoolSliceCmd {
2078 return &BoolSliceCmd{
2079 baseCmd: baseCmd{
2080 ctx: ctx,
2081 args: args,
2082 cmdType: CmdTypeBoolSlice,
2083 },
2084 }
2085}
2086
2087func (cmd *BoolSliceCmd) SetVal(val []bool) {
2088 cmd.val = val

Callers 11

ScriptExistsMethod · 0.85
ScriptExistsMethod · 0.85
SMIsMemberMethod · 0.85
BFInsertMethod · 0.85
BFMAddMethod · 0.85
BFMExistsMethod · 0.85
CFInsertMethod · 0.85
CFMExistsMethod · 0.85
TopKQueryMethod · 0.85
createCommandByTypeFunction · 0.85
ScriptExistsMethod · 0.85

Calls

no outgoing calls

Tested by 1

ScriptExistsMethod · 0.68