Skip to main content
The Deno 2 Release Candidate is here
Learn more
Very Popular
Go to Latest
function readStringDelim
import { readStringDelim } from "https://deno.land/x/redis@v0.27.0/vendor/https/deno.land/std/io/buffer.ts";

Read delimited strings from a Reader.

Parameters

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

Returns

AsyncIterableIterator<string>