Skip to main content
Module

x/upstash_redis/pkg/commands/spop.ts>SPopCommand

HTTP based Redis Client for Serverless and Edge Functions
Extremely Popular
Go to Latest
class SPopCommand
extends Command<string | string[] | null, TData | null>
import { SPopCommand } from "https://deno.land/x/upstash_redis@v1.14.0-next.1/pkg/commands/spop.ts";

Constructors

new
SPopCommand(unnamed 0: [string, number], opts?: CommandOptions<string | string[] | null, TData | null>)