Set test redis port to 6335

This commit is contained in:
Sandro Santilli
2013-11-27 12:16:43 +01:00
parent 1712829808
commit 87e18da45b
+1 -1
View File
@@ -41,7 +41,7 @@ var config = {
}
,redis: {
host: '127.0.0.1',
port: 6333,
port: 6335,
// Max number of connections in each pool.
// Users will be put on a queue when the limit is hit.
// Set to maxConnection to have no possible queues.