You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-04 15:02:09 +03:00
Performance improvements and backpressure controls.
Simply and speed up command argument processing logic. Commands now return the true/false value from the underlying socket write(s). Implement command_queue high water and low water for more better control of queueing.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
var client = require("redis").createClient(),
|
||||
var client = require("../index").createClient(),
|
||||
util = require("util");
|
||||
|
||||
client.monitor(function (err, res) {
|
||||
|
Reference in New Issue
Block a user