Skip to main content
Module

x/upstash_redis/pkg/commands/geo_hash.ts>GeoHashCommand

HTTP based Redis Client for Serverless and Edge Functions
Extremely Popular
Go to Latest
class GeoHashCommand
extends Command<(string | null)[], (string | null)[]>
import { GeoHashCommand } from "https://deno.land/x/upstash_redis@v1.25.0/pkg/commands/geo_hash.ts";

Constructors

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

Type Parameters

optional
TMember = string