Module

x/r2d2/deps.ts>ReadLineResult

Fast, lightweight Redis client library for Deno.
Go to Latest
interface ReadLineResult
import { type ReadLineResult } from "https://dotland.deno.dev/x/r2d2@v0.0.14/deps.ts";

Result type returned by of BufReader.readLine().

Properties

line: Uint8Array
more: boolean