Skip to main content
Module

x/r2d2/deps.ts

Fast, lightweight Redis client library for Deno.
Go to Latest
File
export { writeAll } from "https://deno.land/std@0.154.0/streams/conversion.ts";export { BufReader } from "https://deno.land/std@0.154.0/io/buffer.ts";export { concat } from "https://deno.land/std@0.154.0/bytes/mod.ts";
/** Testing */export { assertEquals, assertRejects,} from "https://deno.land/std@0.154.0/testing/asserts.ts";