Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more
Module

x/redis/command.ts>SortOpts

πŸ¦• Redis client for Deno πŸ•
Very Popular
Latest
interface SortOpts
import { type SortOpts } from "https://deno.land/x/redis@v0.33.0/command.ts";

Properties

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