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

x/redis/vendor/https/deno.land/std/io/buffer.ts>readLines

🦕 Redis client for Deno 🍕
Very Popular
Go to Latest
function readLines
import { readLines } from "https://deno.land/x/redis@v0.27.0/vendor/https/deno.land/std/io/buffer.ts";

Read strings line-by-line from a Reader.

Parameters

reader: Reader
optional
decoderOpts: { encoding?: string; fatal?: boolean; ignoreBOM?: boolean; }

Returns

AsyncIterableIterator<string>