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

x/redis/vendor/https/deno.land/std/io/read_all.ts

🦕 Redis client for Deno 🍕
Very Popular
Latest
import * as redis from "https://deno.land/x/redis@v0.32.4/vendor/https/deno.land/std/io/read_all.ts";

Functions

Read Reader r until EOF (null) and resolve to the content as Uint8Array.

Synchronously reads ReaderSync r until EOF (null) and returns the content as Uint8Array.