Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Functions

f
readAll
deprecated

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

f
readAllSync
deprecated

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