Skip to main content
Module

x/redis/connection.ts>RedisConnection#authenticate

🦕 Redis client for Deno 🍕
Very Popular
Go to Latest
method RedisConnection.prototype.authenticate
import { RedisConnection } from "https://deno.land/x/redis@v0.32.2/connection.ts";

Parameters

username: string | undefined
password: string

Returns

Promise<void>