Skip to main content
Module

x/upstash_redis/pkg/commands/geo_pos.ts>GeoPosCommand

HTTP based Redis Client for Serverless and Edge Functions
Very Popular
Latest
class GeoPosCommand
extends Command<(string | null)[][], Coordinates[]>
import { GeoPosCommand } from "https://deno.land/x/upstash_redis@v1.34.0/pkg/commands/geo_pos.ts";

Constructors

new
GeoPosCommand(cmd: [string, ...(TMember[] | TMember[])], opts?: CommandOptions<(string | null)[][], Coordinates[]>)

Type Parameters

optional
TMember = string