Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/redis/connection.ts>RedisConnection#selectDb

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

Parameters

optional
db: number | undefined = [UNSUPPORTED]

Returns

Promise<void>