Skip to main content
The Deno 2 Release Candidate is here
Learn more
Very Popular
Go to Latest
interface ReadLineResult
Deprecated
Deprecated

(will be removed after 1.0.0) Use the [Web Streams API]https://developer.mozilla.org/en-US/docs/Web/API/Streams_API instead.

import { type ReadLineResult } from "https://deno.land/x/redis@v0.32.1/vendor/https/deno.land/std/io/buf_reader.ts";

Result type returned by of BufReader.readLine().

Properties

line: Uint8Array
more: boolean