import * as r2d2 from "https://deno.land/x/r2d2@v1.1.10/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 without listening for a reply. |