Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.1/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