Module

x/r2d2/mod.ts>readReply

Fast, lightweight Redis client library for Deno.
Go to Latest
function readReply
import { readReply } from "https://dotland.deno.dev/x/r2d2@v1.1.10/mod.ts";

Reads and processes the response line-by-line.

Parameters

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

Returns

Promise<Reply>