Merge pull request #207 from lmess/master

Update mongo.lua
This commit is contained in:
云风
2014-12-03 16:11:29 +08:00

View File

@@ -120,6 +120,8 @@ function mongo.client( conf )
local obj = {
host = first.host,
port = first.port or 27017,
username = first.username,
password = first.password,
}
obj.__id = 0