Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more
Module

x/redis/pipeline.ts>PipelineExecutor#sendCommand

πŸ¦• Redis client for Deno πŸ•
Very Popular
Latest
method PipelineExecutor.prototype.sendCommand
import { PipelineExecutor } from "https://deno.land/x/redis@v0.33.0/pipeline.ts";

Parameters

command: string
optional
args: RedisValue[]
optional
options: SendCommandOptions