Skip to main content
Module

x/upstash_redis/pkg/commands/hkeys.ts>HKeysCommand

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

Constructors

new
HKeysCommand(unnamed 0: [string], opts?: CommandOptions<string[], string[]>)