Skip to main content
Module

x/redis/mod.ts>ExponentialBackoffOptions

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

Properties

multiplier: number
maxInterval: number

The maximum backoff interval in milliseconds

minInterval: number

The minimum backoff interval in milliseconds