Attributes
Includes Deno configuration
Repository
Current version released
2 years ago
Dependencies
std
r2d2
Fast, lightweight and simple Redis client library for Deno.
Features
- The fastest Redis client in Deno. See below and try benchmarking yourself!
- Supports RESPv2, RESP3, pipelining and pub/sub.
- Written to be easily understood and debugged.
- Encourages the use of actual Redis commands without intermediate abstractions.
Usage
Check out the documentation here.
Contributing
Before submitting a pull request, please run:
deno fmt
deno lint
deno task redis:start && deno task test
and ensure all tests passdeno task redis:start && deno task bench
and ensure performance hasn’t degraded
Note: Redis must be installed on your local machine. For installation instructions, see here.