Skip to main content
Module

x/redis/pipeline.ts>PipelineExecutor#sendCommand

🦕 Redis client for Deno 🍕
Very Popular
Go to Latest
method PipelineExecutor.prototype.sendCommand
import { PipelineExecutor } from "https://deno.land/x/redis@v0.32.3/pipeline.ts";

Parameters

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