Skip to main content
Module

x/redis/mod.ts>SortOpts

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

Properties

optional
by: string
optional
limit: { offset: number; count: number; }
optional
patterns: string[]
optional
order: "ASC" | "DESC"
optional
alpha: boolean