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

x/redis/command.ts>ClientKillOpts

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

Properties

optional
addr: string
optional
laddr: string
optional
id: number
optional
type: ClientType
optional
user: string
optional
skipme: "YES" | "NO"