Skip to main content
Module

x/redis/mod.ts>ZAddOpts

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

Properties

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