Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/upstash_redis/pkg/commands/mod.ts>LPosCommand

HTTP based Redis Client for Serverless and Edge Functions
Extremely Popular
Go to Latest
class LPosCommand
extends Command<TData, TData>
import { LPosCommand } from "https://deno.land/x/upstash_redis@v1.18.5-rc.0/pkg/commands/mod.ts";

Constructors

new
LPosCommand(cmd: [string, unknown, { rank?: number; count?: number; maxLen?: number; }], opts?: CommandOptions<TData, TData>)

Type Parameters

optional
TData = number