Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more
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.27.0/connection.ts";

Properties

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