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

x/redis/connection.ts>Connection

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

Properties

closer: Closer
reader: BufReader
writer: BufWriter
maxRetryCount: number
isClosed: boolean
isConnected: boolean
isRetriable: boolean

Methods

close(): void
connect(): Promise<void>
reconnect(): Promise<void>