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

x/r2d2/deps.ts

Lightweight Redis client library for Deno.
Go to Latest
import * as r2d2 from "https://deno.land/x/r2d2@v0.0.10/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.

Connect to Redis server

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