Skip to main content
Module

x/upstash_redis/pkg/commands/mod.ts>HMSetCommand

HTTP based Redis Client for Serverless and Edge Functions
Go to Latest
class HMSetCommand
extends Command<"OK", "OK">
import { HMSetCommand } from "https://deno.land/x/upstash_redis@v1.19.2/pkg/commands/mod.ts";

Constructors

new
HMSetCommand(unnamed 0: [string, { [field: string]: TData; }], opts?: CommandOptions<"OK", "OK">)