Skip to main content
Module

x/upstash_redis/pkg/commands/hlen.ts>HLenCommand

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

Constructors

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