Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more
Module

x/redis/command.ts>ZAddOpts

πŸ¦• Redis client for Deno πŸ•
Very Popular
Latest
interface ZAddOpts
import { type ZAddOpts } from "https://deno.land/x/redis@v0.34.0/command.ts";

Properties

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

Enables NX option

optional
xx: boolean

Enables XX option