type github.com/go-redis/redis/v8.BoolSliceCmd

15 uses

	github.com/go-redis/redis/v8 (current package)
		command.go#L835: type BoolSliceCmd struct {
		command.go#L841: var _ Cmder = (*BoolSliceCmd)(nil)
		command.go#L843: func NewBoolSliceCmd(ctx context.Context, args ...interface{}) *BoolSliceCmd {
		command.go#L844: 	return &BoolSliceCmd{
		command.go#L852: func (cmd *BoolSliceCmd) Val() []bool {
		command.go#L856: func (cmd *BoolSliceCmd) Result() ([]bool, error) {
		command.go#L860: func (cmd *BoolSliceCmd) String() string {
		command.go#L864: func (cmd *BoolSliceCmd) readReply(rd *proto.Reader) error {
		commands.go#L289: 	ScriptExists(ctx context.Context, hashes ...string) *BoolSliceCmd
		commands.go#L2386: func (c cmdable) ScriptExists(ctx context.Context, hashes ...string) *BoolSliceCmd {
		result.go#L78: func NewBoolSliceResult(val []bool, err error) *BoolSliceCmd {
		result.go#L79: 	var cmd BoolSliceCmd
		script.go#L14: 	ScriptExists(ctx context.Context, hashes ...string) *BoolSliceCmd
		script.go#L45: func (s *Script) Exists(ctx context.Context, c scripter) *BoolSliceCmd {

	github.com/go-redis/redis_rate/v9
		rate.go#L17: 	ScriptExists(ctx context.Context, hashes ...string) *redis.BoolSliceCmd