Skip to main content
Module

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

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

Constructors

new
ZScoreCommand(cmd: [string, TData], opts?: CommandOptions<string | null, number | null>)