Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/redis/vendor/https/deno.land/std/io/util.ts>readInt

🦕 Redis client for Deno 🍕
Very Popular
Go to Latest
function readInt
import { readInt } from "https://deno.land/x/redis@v0.27.0/vendor/https/deno.land/std/io/util.ts";

Read big endian 32bit integer from BufReader

Returns

Promise<number | null>