Skip to main content
Module

x/r2d2/deps.ts

Fast, lightweight Redis client library for Deno.
Go to Latest
import * as r2d2 from "https://deno.land/x/r2d2@v0.0.14/deps.ts";

Classes

BufReader implements buffering for a Reader object.

Functions

Make an assertion that actual and expected are equal, deeply. If not deeply equal, then throw.

Executes a function which returns a promise, expecting it to reject.

Concatenate the given arrays into a new Uint8Array.

Write all the content of the array buffer (arr) to the writer (w).

Interfaces

Result type returned by of BufReader.readLine().