Skip to main content
Deno 2 is finally here 🎉️
Learn more
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.15.0/pkg/commands/lpop.ts";

Constructors

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

Type Parameters

optional
TData = string