Skip to main content
Module

x/upstash_redis/pkg/commands/zremrangebyscore.ts>ZRemRangeByScoreCommand

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

Constructors

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