Skip to main content
Module

x/r2d2/mod.ts

Fast, lightweight Redis client library for Deno.
Go to Latest
import * as r2d2 from "https://deno.land/x/r2d2@v1.1.6/mod.ts";

Functions

Pipelines commands to the Redis server and returns the parsed replies.

Used for pub/sub. Listens for replies from the Redis server.

Reads and processes the response line-by-line.

Sends a command to the Redis server and returns the parsed reply.

Just writes a command to the Redis server.

Type Aliases

Redis command

Redis reply