Set default host to 127.0.0.1.

This commit is contained in:
James Coglan
2012-02-25 13:35:29 +00:00
parent bfdb7a3894
commit 017ce4e59e
+1 -1
View File
@@ -41,7 +41,7 @@ Engine.create = function(server, options) {
};
Engine.prototype = {
DEFAULT_HOST: 'localhost',
DEFAULT_HOST: '127.0.0.1',
DEFAULT_PORT: 6379,
DEFAULT_DATABASE: 0,
DEFAULT_GC: 60,