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

Contributed changes:

*  Support SlowBuffers (Umair Siddique)
*  Add Multi to exports (Louis-Philippe Perron)
*  Fix for drain event calculation (Vladimir Dronnikov)

Thanks!
This commit is contained in:
Matt Ranney
2011-07-06 09:49:40 -05:00
parent 49300363e4
commit 3cc297ada4
5 changed files with 44 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ var redis = require("../index"),
command_queue_high_water: 5,
command_queue_low_water: 1
}),
remaining_ops = 10000, paused = false;
remaining_ops = 100000, paused = false;
function op() {
if (remaining_ops <= 0) {