Skip to main content
Module

x/upstash_redis/pkg/commands/sinter.ts>SInterCommand

HTTP based Redis Client for Serverless and Edge Functions
Extremely Popular
Go to Latest
class SInterCommand
extends Command<unknown[], TData[]>
import { SInterCommand } from "https://deno.land/x/upstash_redis@v1.12.0-rc.1/pkg/commands/sinter.ts";

Constructors

new
SInterCommand(cmd: [string, string[]], opts?: CommandOptions<unknown[], TData[]>)

Type Parameters

optional
TData = string