Module

x/redis/command.ts>ZRangeByLexOpts

🦕 Redis client for Deno 🍕
Very Popular
Latest
interface ZRangeByLexOpts
import { type ZRangeByLexOpts } from "https://dotland.deno.dev/x/redis@v0.32.3/command.ts";

Properties

optional
limit: { offset: number; count: number; }