Skip to main content
Module

x/redis/redis.ts>Redis

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

Properties

readonly
isClosed: boolean
readonly
isConnected: boolean

Methods

sendCommand(
command: string,
args?: RedisValue[],
): Promise<RedisReply>

Low level interface for Redis server

connect(): Promise<void>
close(): void
[[Symbol.dispose]](): void