Skip to main content
Module

x/upstash_redis/pkg/commands/geo_search_store.ts>GeoSearchStoreCommand

HTTP based Redis Client for Serverless and Edge Functions
Extremely Popular
Go to Latest
class GeoSearchStoreCommand
extends Command<any[] | any[][], number>
import { GeoSearchStoreCommand } from "https://deno.land/x/upstash_redis@v1.21.5-canary-release/pkg/commands/geo_search_store.ts";

Constructors

new
GeoSearchStoreCommand(unnamed 0:
[
string,
string,
CenterPoint<TMemberType>,
Shape,
| "ASC"
| "DESC"
| "asc"
| "desc"
,
]
, commandOptions?: CommandOptions<any[] | any[][], number>
)

Type Parameters

optional
TMemberType = string
optional
TOptions extends GeoSearchCommandOptions = GeoSearchCommandOptions