Skip to content

Commit

Permalink
add a note about how to turn on the debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed Sep 4, 2015
1 parent 837ea10 commit 1f98605
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -710,6 +710,10 @@ hiredis parser:
GET 4MiB buf, 1/5 min/max/avg/p95: 6/ 13/ 8.01/ 11.95 802ms total, 124.69 ops/sec
GET 4MiB buf, 50/5 min/max/avg/p95: 16/ 480/ 203.85/ 435.70 531ms total, 188.32 ops/sec

## Debugging

To get debug output run your `node_redis` application with `NODE_DEBUG=redis`.

## TODO

1. 100% coverage
Expand Down

0 comments on commit 1f98605

Please sign in to comment.