Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more
Module

x/redis/protocol/shared/command.ts>encodeCommand

πŸ¦• Redis client for Deno πŸ•
Very Popular
Latest
function encodeCommand
import { encodeCommand } from "https://deno.land/x/redis@v0.33.0/protocol/shared/command.ts";

Parameters

command: string
args: RedisValue[]

Returns

Uint8Array