Module

x/r2d2/deps.ts>BufReader#readByte

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

Returns the next byte [0, 255] or null.

Returns

Promise<number | null>