Skip to main content
Module

x/redis/connection.ts>RedisConnectionOptions

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

Properties

optional
tls: boolean
optional
db: number
optional
password: string
optional
username: string
optional
name: string
optional
maxRetryCount: number
optional
backoff: Backoff