Skip to main content
Deno 2 is finally 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.28.0/vendor/https/deno.land/std/streams/read_all.ts";

Functions

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

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