Skip to main content
Module

x/upstash_redis/pkg/commands/keys.ts>KeysCommand

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

Constructors

new
KeysCommand(cmd: [string], opts?: CommandOptions<string[], string[]>)