Skip to main content
Module

x/upstash_redis/pkg/commands/hset.ts>HSetCommand

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

Constructors

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