Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.26.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>