Skip to main content
Deno 2 is finally 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.33.0/experimental/cluster/mod.ts";

Connects to the Redis Cluster.

Returns

Promise<Redis>