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

x/redis/command.ts>ClientKillOpts

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

Properties

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