Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/redis/command.ts>SetOpts

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

Properties

optional
ex: number
optional
px: number
optional
keepttl: boolean