Skip to main content
Module

x/redis/connection.ts>RedisConnection#selectDb

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

Parameters

optional
db: number | undefined = [UNSUPPORTED]

Returns

Promise<void>