Skip to main content
Module

x/redis/command.ts>ZRangeByScoreOpts

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

Properties

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