import { writeCommand } from "https://deno.land/x/r2d2@v0.0.10/mod.ts";
Just writes a command to the Redis server.
Example:
await writeCommand(redisConn, ["SHUTDOWN"]);
import { writeCommand } from "https://deno.land/x/r2d2@v0.0.10/mod.ts";
Just writes a command to the Redis server.
Example:
await writeCommand(redisConn, ["SHUTDOWN"]);