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

x/redis/backoff.ts>Backoff

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

Call Signatures

(attempts: number): number

Returns the next backoff interval in milliseconds