Skip to main content
The Deno 2 Release Candidate is here
Learn more
Very Popular
Go to Latest
interface ClusterConnectOptions
import { type ClusterConnectOptions } from "https://deno.land/x/redis@v0.31.0/experimental/cluster/mod.ts";

Properties

nodes: Array<NodeOptions>
optional
maxConnections: number
optional
newRedis: (opts: RedisConnectOptions) => Promise<Redis>