1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

add a note about how to turn on the debugger

This commit is contained in:
Benjamin Coe
2015-09-03 23:58:12 -07:00
parent 837ea10a0c
commit 1f986055c4

View File

@@ -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