Skip to main content
Module

x/redis/mod.ts>CommandExecutor

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

Properties

readonly
connection: Connection

Methods

exec(command: string, ...args: RedisValue[]): Promise<RedisReply>
close(): void

Closes a redis connection.