Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/redis/protocol/reply.ts>readArrayReply

🦕 Redis client for Deno 🍕
Very Popular
Go to Latest
function readArrayReply
import { readArrayReply } from "https://deno.land/x/redis@v0.31.0/protocol/reply.ts";

Parameters

reader: BufReader
optional
returnUint8Arrays: boolean

Returns

Promise<Array<types.RedisReply> | null>