Skip to main content
Module

x/redis/command.ts>GeoRadiusOpts

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

Properties

optional
withCoord: boolean
optional
withDist: boolean
optional
withHash: boolean
optional
count: number
optional
sort: "ASC" | "DESC"
optional
store: string
optional
storeDist: string