Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.32.3/backoff.ts";

Call Signatures

(attempts: number): number

Returns the next backoff interval in milliseconds