Skip to main content
Module

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

HTTP based Redis Client for Serverless and Edge Functions
Extremely Popular
Go to Latest
type alias ZRangeCommandOptions
import { type ZRangeCommandOptions } from "https://deno.land/x/upstash_redis@v1.18.1/pkg/commands/mod.ts";
definition: { withScores?: boolean; rev?: boolean; } & ({ byScore: true; byLex?: never; } | { byScore?: never; byLex: true; } | { byScore?: never; byLex?: never; }) & ({ offset: number; count: number; } | { offset?: never; count?: never; })