Skip to main content
Module

x/upstash_redis/pkg/commands/zmscore.ts>ZMScoreCommand

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

Constructors

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