Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more
Module

x/redis/connection.ts>RedisConnection#authenticate

πŸ¦• Redis client for Deno πŸ•
Very Popular
Latest
method RedisConnection.prototype.authenticate
import { RedisConnection } from "https://deno.land/x/redis@v0.33.0/connection.ts";

Parameters

username: string | undefined
password: string

Returns

Promise<void>