Skip to main content
Module

x/r2d2/deno.json

Fast, lightweight Redis client library for Deno.
Go to Latest
File
{ "tasks": { "test": "deno test --allow-run=redis-server --allow-net=127.0.0.1:6379", "bench": "deno --unstable bench --allow-run=redis-server --allow-net=127.0.0.1:6379" }}