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

x/redis/mod.ts>SetWithModeOpts

πŸ¦• Redis client for Deno πŸ•
Very Popular
Latest
interface SetWithModeOpts
implements SetOpts
Deprecated
Deprecated

Use SetOpts.nx/SetOpts.xx instead. This type will be removed in the future.

import { type SetWithModeOpts } from "https://deno.land/x/redis@v0.34.0/mod.ts";

Properties

deprecated
mode: "NX" | "XX"