Skip to main content
Module

x/redis/command.ts>ZAddOpts

🦕 Redis client for Deno 🍕
Very Popular
Go to Latest
interface ZAddOpts
import { type ZAddOpts } from "https://deno.land/x/redis@v0.29.2/command.ts";

Properties

optional
mode: "NX" | "XX"
optional
ch: boolean