Skip to main content
Module

x/redis/mod.ts>ZRangeByLexOpts

🦕 Redis client for Deno 🍕
Very Popular
Go to Latest
interface ZRangeByLexOpts
import { type ZRangeByLexOpts } from "https://deno.land/x/redis@v0.32.2/mod.ts";

Properties

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