-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to socket.io v1.4.0 and socket.io-redis v1.0.0
- Loading branch information
Showing
7 changed files
with
10 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ describe('with redis -- bus', function (){ | |
// New up five instances of Sails which share the config above | ||
// and lift all of them (only difference is their port) | ||
var apps = []; | ||
var ports = [1600, 1601, 1602, 1603, 1604]; | ||
var ports = [1500, 1501, 1502, 1503, 1504]; | ||
before(function (done){ | ||
This comment has been minimized.
Sorry, something went wrong.
sgress454
Author
Member
|
||
async.each(ports, function (port, next){ | ||
var app = Sails(); | ||
|
With both
detect_buffers
andreturns_buffers
on, redis returns a warning, becausereturn_buffers
overridesdetect_buffers
(https://github.com/NodeRedis/node_redis#options-is-an-object-with-the-following-possible-properties)