Skip to main content
Module

x/redis/connection.ts>SendCommandOptions

🦕 Redis client for Deno 🍕
Very Popular
Go to Latest
interface SendCommandOptions
import { type SendCommandOptions } from "https://deno.land/x/redis@v0.32.2/connection.ts";

Properties

optional
returnUint8Arrays: boolean

When this option is set, simple or bulk string replies are returned as Uint8Array type.