Skip to main content
Module

x/upstash_redis/pkg/commands/lpop.ts>LPopCommand

HTTP based Redis Client for Serverless and Edge Functions
Extremely Popular
Go to Latest
class LPopCommand
extends Command<unknown | null, TData | null>
import { LPopCommand } from "https://deno.land/x/upstash_redis@v1.18.1/pkg/commands/lpop.ts";

Constructors

new
LPopCommand(cmd: [string, number], opts?: CommandOptions<unknown | null, TData | null>)

Type Parameters

optional
TData = string