Skip to main content
Module

x/upstash_redis/pkg/pipeline.ts>Pipeline#chain

HTTP based Redis Client for Serverless and Edge Functions
Go to Latest
method Pipeline.prototype.chain
import { Pipeline } from "https://deno.land/x/upstash_redis@v1.12.0-rc.1/pkg/pipeline.ts";

Pushes a command into the pipelien and returns a chainable instance of the pipeline

Parameters

command: Command<any, T>