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@v0.0.15/mod.ts";

Functions

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

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

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

Just writes a command to the Redis server.

Type Aliases

Redis command, which is an array of arguments.

Parsed Redis reply