Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/redis/experimental/cluster/mod.ts>connect

🦕 Redis client for Deno 🍕
Very Popular
Latest
function connect
Re-export
import { connect } from "https://deno.land/x/redis@v0.32.4/experimental/cluster/mod.ts";

Connects to the Redis Cluster.

Returns

Promise<Redis>