Skip to main content
Module

x/upstash_redis/pkg/commands/srem.ts>SRemCommand

HTTP based Redis Client for Serverless and Edge Functions
Extremely Popular
Go to Latest
class SRemCommand
extends Command<number, number>
import { SRemCommand } from "https://deno.land/x/upstash_redis@v1.14.0-next.1/pkg/commands/srem.ts";

Constructors

new
SRemCommand(cmd: [string, TData[]], opts?: CommandOptions<number, number>)

Type Parameters

optional
TData = string