Skip to main content
Module

x/r2d2/mod.ts>readReply

Minimal Redis Client for Deno.
Latest
function readReply
import { readReply } from "https://deno.land/x/r2d2@v2.0.0/mod.ts";

Reads and processes the response line-by-line. Exported for testing.

Parameters

iterator: AsyncIterableIterator<Uint8Array>
optional
raw = [UNSUPPORTED]

Returns

Promise<Reply>