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

x/redis/mod.ts>ExponentialBackoffOptions

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

Properties

multiplier: number
maxInterval: number

The maximum backoff interval in milliseconds

minInterval: number

The minimum backoff interval in milliseconds