import { type RedisConnectionOptions } from "https://deno.land/x/redis@v0.32.4/connection.ts";
Properties
optional
backoff: BackoffWhen this option is set, a PING
command is sent every specified number of seconds.
import { type RedisConnectionOptions } from "https://deno.land/x/redis@v0.32.4/connection.ts";
When this option is set, a PING
command is sent every specified number of seconds.