Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more
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.32.3/connection.ts";

Parameters

optional
db: number | undefined = [UNSUPPORTED]

Returns

Promise<void>