Skip to main content
Module

x/redis/connection.ts>RedisConnection#sendCommand

🦕 Redis client for Deno 🍕
Very Popular
Go to Latest
method RedisConnection.prototype.sendCommand
import { RedisConnection } from "https://deno.land/x/redis@v0.27.4/connection.ts";

Parameters

command: string
...args: Array<RedisValue>

Returns

Promise<Raw>